#main{
    width: 100%;
    height:100px;
    background-color: rgb(0, 16, 31);
}
#infoBox{
    position: fixed;
    background-color: #3498DB;
    top: 0px;
    right: 0px;
    padding: 10px;
    border-bottom-left-radius: 10px;
}
#infoBox2{
    position: fixed;
    background-color: #3498DB;
    top: 0px;
    left: 0px;
    padding: 10px;
    border-bottom-right-radius: 10px;
}
.controler{
    position: fixed;
    background-color: #001829;
    opacity: 0.7;
    bottom: 20px;
    padding: 0;
}
.rc{
    right: 0px;
    width: 80px;
    height: 80px;
}
.arrow{
    margin-top: 10px;
    margin-left: 10px;
    width:60px;
    height: 60px;
}
.lc{
    left: 0px;
    width: 160px;
    height: 80px;
}
.controlee{
    background-color: #007bd3;
    width: 50%;
    opacity: 0.7;
    height: 100%;
    float: left;
    border: none;
}
#up{
    float: left;
    margin: 20%;
}
dl{
    margin: 0;
    width: 220px;
}
.dl1{
    font-family: "Orbitron";
    margin-top:7px;
}
.dl11{
    margin-top: 0px;
}
.dl2{
    margin-left: 20px;
    font-family: "Orbitron";
    margin-top:7px;
}
dt{
    text-decoration: none;
    margin-bottom: 5px;
}
.fs{
    background-color: #0075c4;
    font-weight: 700;
    float: left;
    font-size: 20px;
    padding: 15px;
    border-radius: 8px;
    margin-top: 8px;
}
.fs:hover{
    background-color: #0063a5;
}
.fs1{
    margin-right:30px ;
}

