div {
padding: 48px;
}

body {
background-color: #020c14;
}

.bottomleft {
position: fixed; bottom: 4%; left: 4%;
}

.bottomright {
position: fixed; bottom: 4%; right:4%;
}

.center {
text-align: center;
}

h1 {
color:white; text-decoration:none; font-size:64px;
}

p {
font-family:helvetica, roboto; color:white; font-size:24px;
}

a {
text-decoration:none; font-size:42px; color: white; font-family: Georgia, serif;
}

a:hover {
color: orange;
text-decoration: underline;
}

a:active {
color: white;
text-decoration: underline;
}
