*{
    margin: 0;
}
td{
    color: rgb(241, 241, 241);
    text-align: center;
}
th{
    background-color: rgba(0, 0, 0, 0.7);
    color: rgb(241, 241, 241);
    text-align: center; 
}
tr{

    color: rgb(241, 241, 241);
    text-align: center;
}
body{
    background: url("OCTOPATH_TRAVELER_ARTWORK_2_1920x1080.jpg") no-repeat center center fixed;
            -webkit-background-size: cover;
            -o-background-size: cover;                
            background-size: cover;
            width: 100%;
            height: 100%;
}
footer{
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(241, 241, 241);
    text-align: center;
}
ul li{
    list-style: none;
}
.menu{
    width: 100%;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.7);
}
.menu ul li{
    float: left;

    margin-right: 50px;
    margin-top: 20px;

    position: relative;
}
.menu ul li ul{
    width: 115px;
    height: 100px;
    background-color:rgba(0, 0, 0, 0.8);
    display: none;

    position: absolute;
}
.menu ul li ul li{
    color:rgb(224, 224, 224);
}
.menu ul li:hover ul{
    display: block;
}

.sidenav {
    background-color: rgb(21, 21, 21);
    overflow-x: hidden;
  }
  
  .sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 10px;
    color: #fbfbfb;
    display: block;
    padding-top: 20px;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
a:hover{
    color: rgb(223, 223, 255);
}
a{
    text-decoration: none;
    color: rgb(212, 212, 212);
}
iframe {
    border: 1px solid black;
    width: 100%;
}
hr{
    border: rgb(213, 213, 213);
}
tr::first-letter{
    background-color: rgb(33, 33, 33,0.7);
    
}
.box1{
    background-color: rgb(33, 33, 33,0.7);

}

.box2{
    width: 100%;
}
.box3{
    background-color: rgba(0, 0, 0, 0.7);
}
.box4{
    background-color: rgba(0, 0, 0);
}
.box5{
    color: rgb(241, 241, 241);
    text-align: center;
}
.box6{
    position: absolute;
}
.box7{
    background: url("9aa4510635fae6cd5bf873bb4ab30f2443a70f28.jpg"  ) no-repeat center center fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;                
    background-size: cover;
    width: 100%;
    height: 100%;
}
.box8{
    color: rgb(241, 241, 241);
}
