div {
padding: 48px
}

body {
background-color: #020c14;
}

a:visited {
color: silver;
}

a:hover {
color: orange;
}

a:active {
color: white;
}

h3 {
color: white;
line-height: 0px;
}

h2 {
color: white;
line-height: 0px;
font-family: helvetica, roboto;
}

h1 {
color: white;
line-height: 0px;
font-family: helvetica, roboto;
}

a {
font-family: Georgia, serif; color: white;
}

p {
font-family: Georgia, serif; color:white;
}

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

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

.center {
text-align: center;
}
