body {
background-color: #000000;
}

#form {
position: absolute;
top: 300px;
right: 300px;
}

#fetch {
font-family: 'Vollkorn', arial, serif;
font-size: 3em;
color: #FFF;
}

#yo {
font-family: Georgia, serif;
font-size: 18px;
color: #1E1E1E;
padding-top: 160px;
padding-left: 20px;
font-style: italic;
}

#yo a {
color: inherit;
}

#yo a:hover {
background-color: #3E3E3E;
}

.button {
background-color: #FFF;
color: #000;
font-family: 'Vollkorn', arial, serif;
border: 6px double  #000;
font-size: 2em;
}
