body {
    background: black;
    color: azure;
    font-size: large;
}

a {
    color: azure;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: orange;
    font-weight: bolder;
}

a:visited {
    color: orange;
    text-decoration: none;
}

#logo {
    text-align: center;
}
#nav {
    list-style-type: none;
    text-align: center;
}

#nav li{
    display: inline-block;
    padding-right: 5px;
}
#nav ul {
    margin-left: -40px;
}


