@charset "utf-8";
* {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
    text-decoration: none;
}
header   {
    color: #FFFFFF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: small;
    text-decoration: none;
    position: absolute;
    text-align: center;
    width: 100%;
    height: auto;
    top: 40px;
}
main {
    color: #FFFFFF;
    position: absolute;
    top: 80px;
    width: 100%;
}

footer {
    color: #FFFFFF;
    position: absolute;
    top: 2620px;
    width: 100%;
}



html {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: #000000;
}
#nav {
    width: 98%;
    height: 30px;
    position: fixed;
    background-color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
    top: 1%;
    border-bottom: thin solid #00FFE1;
    z-index: 35555510;
    float: none;
    right: 1%;
    left: 1%;
    text-align: center;
}
ul li a img {
    position: fixed;
    top: 1%;


}
nav div ul li {
    display: inline-block;
    text-decoration: none;
    list-style-type: none;
    font-style: oblique;
    font-family: "Times New Roman";
    justify-content: center;
    color: #000000;
    font-weight: normal;
    text-shadow: 0px 0px 5px #0884AF;
    margin-right: 80px;
    margin-left: 80px;
}
