body {
background-image: url(https://s3.amazonaws.com/joeveix.com/images/8bit-sky-1280.jpg);
}

main {
background: white;
border-style: solid;
border-width: 1px;
padding: 25px;
min-width: 420px;
max-width: 420px;
margin-top: 100px;
margin-right: 350px;
margin-left: 250px;
margin-bottom: 100px;
font-family: helvetica neue, sans-serif;
font-size: 12px;
line-height: 17px;
color: black;
}
		
a {
color: #1F3548;
outline: none;
text-decoration: underline;
}

a:hover {
background-color: #f4e867;
}
		
a img {
border: none;
}

h1 {
font-size: 28px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

h2 {
font-size: 28px;
font-weight: bold;
line-height: 12px;
}