/* just add some spacing between the body content and the frame of the window */
body {
    padding: 20px;
}

/* remove underline from links */
a {
    text-decoration: none;
}