body{
    background-color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2em;
}

h1{
    font-size: 20 px;
    font-weight: bold;
    color: #ecb939;
}

p{
    color: #f0c75e;
}

main{
    margin-top: 3em;
}

nav ul {
    list-style: none;
    text-align: center;
}

nav li{
    display: inline-block;
    padding: 0px 40px;
    text-align: center;
}

nav a {
    font-size: 1.2em;
    text-decoration: none;
    color: #ffdb00;
}

nav a:hover{
    text-decoration: underline;
    color: 	#ffed86;
}

footer {
    bottom: 0;
    right: 250px;
    padding: 100px;
    text-align: right;
    color: #fff4b1;
    font-size: 0.7em;
}