body{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 247, 255);
    background-color: rgb(43, 40, 40);
}
a{
    text-decoration: none;
    color: rgb(0, 247, 255);
}
h1{
    margin-left: 3%;
    font-size: 3em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
nav{
    margin-left: 10%;
}