@charset "utf-8";
* {
    margin: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
}

body {
    background-color: rgba(243,252,104,1.00);

}
nav {
    width: 100%;
    height: 60px;
    background-color: rgba(78,189,217,0.69);
    margin-left: 0px;
    font-weight: bolder;
    text-shadow: 0px 5px 15px rgba(121,144,49,1.00);
    position: fixed;
    font-size: medium;
    list-style-type: none;
    text-align: center;
    border-radius: 50px;
    background-image: -webkit-linear-gradient(270deg,rgba(225,241,102,1.00) 0%,rgba(204,236,148,1.00) 30.05%,rgba(209,245,114,1.00) 67.88%,rgba(184,239,89,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(225,241,102,1.00) 0%,rgba(204,236,148,1.00) 30.05%,rgba(209,245,114,1.00) 67.88%,rgba(184,239,89,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(225,241,102,1.00) 0%,rgba(204,236,148,1.00) 30.05%,rgba(209,245,114,1.00) 67.88%,rgba(184,239,89,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(225,241,102,1.00) 0%,rgba(204,236,148,1.00) 30.05%,rgba(209,245,114,1.00) 67.88%,rgba(184,239,89,1.00) 100%);
    z-index: 2;
    border: 3px solid rgba(220,245,33,1.00);
}
main aside {
    position: absolute;
    top: 500px;
    left: 70px;
}
.img1 {
    position: absolute;
    top: 90px;
    left: 350px;
    border: 5px dashed rgba(251,164,22,1.00);
    -webkit-box-shadow: 5px 5px 15px 15px rgba(212,164,86,1.00);
    box-shadow: 5px 5px 15px 15px rgba(212,164,86,1.00);
}
main section {
    position: absolute;
    top: 450px;
    left: 750px;
    background-color: rgba(243,177,82,1.00);
    border: 3px solid rgba(122,97,21,1.00);
}
table {
    background-color: rgba(168,145,22,1.00);
    border: 1px dotted rgba(240,127,15,1.00);
}



ul li a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    list-style-type: circle;
    color: rgba(10,27,156,1.00);
}

nav ul li a {
    text-decoration: none;
    color: rgba(15,132,227,1.00);
    font-size: large;
}
nav ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 60px;
    font-family: adamina;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 0 5px 15px rgba(126,144,46,1.00);
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
nav ul li:hover {
    text-shadow: 0px 0px 5px #5C2D51;
}
footer {
    width: 1000px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 380px;
    left: 70px;
}
footer hr {
    width: 300px;
    display: inline-block;
    background-color: rgba(54,108,129,1.00);
    color: rgba(54,108,129,1.00);
    height: 2px;
    margin-bottom: 10px;
}



.FDiv {
    margin-left: 20px;
    display: inline-block;

}
footer .FDiv img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
}
footer .FDiv img:hover  {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    opacity: 0.5;
}
