body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body nav {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3.5em;
color: white;
background-color: black;
body nav a {
body nav a:nth-child(1) {
padding: 1em;
body nav a:nth-child(2) {
body main {
margin-top: 3.5em;
margin-bottom: 1em;
body footer {
bottom: 0;
text-align: center;
font-size: 12px;
padding: 2px;
/*# sourceMappingURL=index.css.map */