*{
    margin: 0px;
    padding: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-sizing: border-box;
}
/* navigation bar */
#nav{
    width: 100%;
    height: 10vh;
    background: rgb(5, 1, 34) ;
}
.navrap{
    width: 80%;
    margin: auto;
}
.logo{
    position: absolute;
}
.logo img{
    height: 10vh;
    padding-top: 10px;
    padding-right: 50px;
}
.menu{
    float: right;
    margin-top: 10px;
}
.menurap{
    border-radius: 15px;
    padding: 20px;
}
.menurap ul li{
    display: inline;
    padding-right: 80px;
}
.menurap ul li a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    /* padding-left: 15px;
    padding-right: 15px; */
    padding: 15px; 
}
.menurap ul li a:hover{
    color: goldenrod;
    background: rgb(56, 55, 55);
    /* border-bottom: 1px solid white;
    border-top: 1px solid white; */
    /* padding: 5px; */
}
/* banner */
.ban{
    width: 100%;
    height: 90vh;
    background-image: url(b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.banrap{
    width: 100%;
    height: 90vh;
    background-color: rgba(0, 0, 0, 0.5); 
}
.banrap1{
    padding-top: 250px; 
}
.banrap1 h1{
    color: rgb(202, 141, 10);
    font-size: 80px;
    font-family: cursive;
    text-align: center;
}
/* middle */
.midrap{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.box{
    width: 90%;
    height: 13vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 0px;
    /* grid-row-gap: 20px; */
    padding-bottom: 30px;
    padding-left: 70px; 
    padding-right: 70px; 
    /* padding-top: 40px; */
    margin-top: -30px;
}
.box p{
    background-color: wheat;
    font-family: cursive;
    padding-top: 13px;
    padding-left: 30px;
}
.box span{
    color: black;
    font-weight: bolder;
    font-family: cursive;
}
.box1{
    background-color: maroon;
}
.box1 h2{
    color: wheat;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: cursive;
    text-align: center;
    font-size: 30px;
}
.midrap1{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    /* grid-row-gap: 20px; */
    padding-bottom: 30px;
    padding-left: 80px; 
    padding-right: 80px;  
    /* padding-top: 40px; */
    background-color: rgba(0, 0, 0, 0.3);
}
.box2{
    /* width: 100%; */
    height: 20vh;
    background-color: white;
    margin-top: 30px;
}
.box2 p{
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box2 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box3{
    background-color: white;
    margin-top: 30px;
}
.box3 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box4{
    background-color: white;
    margin-top: 30px;
}
.box4 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box4 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box5{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box5 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box5 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box6{
    background-color: white;
    margin-top: 30px;
}
.box6 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.midrap2{
    background-color: maroon;
}
.midrap2 h2{
    color: wheat;
    text-align: center;
    font-family: cursive;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.midrap3{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    /* grid-row-gap: 20px; */
    padding-bottom: 30px;
    padding-left: 80px; 
    padding-right: 80px;  
    /* padding-top: 40px; */
    background-color: rgba(0, 0, 0, 0.3);
}
.box7{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box7 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box7 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box8{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box8 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box8 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box9{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box9 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box9 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box10{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box10 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box10 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box20{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box20 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box20 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box21{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box21 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box21 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box22{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box22 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box22 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box23{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box23 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box23 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box24{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box24 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box24 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box25{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box25 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box25 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box26{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box26 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box26 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box27{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box27 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box27 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box28{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box28 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box28 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box29{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box29 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box29 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box30{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box30 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box30 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box31{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box31 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box31 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box32{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box32 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box32 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box33{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box33 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box33 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box34{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box34 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box34 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box35{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box35 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box35 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box36{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box36 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box36 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box37{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box37 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box37 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box38{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box38 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box38 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box39{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box39 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box39 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box40{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box40 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box40 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box41{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box41 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box41 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box42{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box42 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box42 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box43{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box43 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box43 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box44{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box44 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box44 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box45{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box45 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box45 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box46{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box46 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box46 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box47{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box47 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box47 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box48{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box48 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box48 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box49{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box49 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box49 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box50{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box50 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box50 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box51{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box51 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box51 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box52{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box52 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box52 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box53{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box53 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box53 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box54{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box54 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box54 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box55{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box55 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box55 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box56{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box56 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box56 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box57{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box57 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box57 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box58{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box58 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box58 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box59{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box59 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box59 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box60{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box60 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box60 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box61{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box61 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box61 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box62{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box62 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box62 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box63{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box63 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box63 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box64{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box64 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box64 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box65{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box65 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box65 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box66{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box66 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box66 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box67{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box67 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box67 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box68{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box68 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box68 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box69{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box69 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box69 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box70{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box70 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box70 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box71{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box71 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box71 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box72{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box72 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box72 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box73{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box73 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box73 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box74{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box74 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box74 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box75{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box75 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box75 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box76{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box76 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box76 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box77{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box77 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box77 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box78{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box78 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box78 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box79{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box79 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box79 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box80{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box80 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box80 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box81{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box81 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box81 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box82{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box82 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box82 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box83{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box83 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box83 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box84{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box84 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box84 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box85{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box85 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box85 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box86{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box86 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box86 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box87{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box87 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box87 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box88{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box88 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box88 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box89{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box89 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box89 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box90{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box90 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box90 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box91{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box91 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box91 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box92{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box92 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box92 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box93{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box93 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box93 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box94{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box94 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box94 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box95{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box95 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box95 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box96{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box96 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box96 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box97{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box97 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box97 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box98{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box98 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box98 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box99{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box99 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box99 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box100{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box100 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box100 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box101{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box101 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box101 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box102{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box102 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box102 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box103{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box103 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
.box103 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box104{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box104 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box104 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box105{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box105 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box105 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box106{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box106 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box106 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box107{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box107 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box107 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box108{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box108 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box108 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box109{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box109 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box109 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box110{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box110 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box110 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box111{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box111 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box111 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box112{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box112 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box112 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box113{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box113 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box113 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box114{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box114 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box114 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box115{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box115 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box115 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box116{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box116 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box116 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box117{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box117 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box117 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box118{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box118 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box118 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box119{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box119 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box119 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box120{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box120 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box120 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.box121{
    height: 20vh; 
    background-color: white;
    margin-top: 30px;
}
.box121 p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: cursive;
    font-size: 10px;
    padding-left: 20px;
}
.box121 h2{
    font-size: 17px;
    padding-left: 20px;
    margin-top: 15px;
    color: black;
    font-weight: bold;
    font-family: cursive;
}
.midrap4{
    padding-top: 20px;
}
.midrap4 p{
    padding-bottom: 20px;
    text-align: right;
    padding-right: 50px;
    font-family: cursive;
}
.midrap4 span{
    color: red;
    font-weight: bold;
}
.midrap15{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    padding-left: 100px;
    padding-right: 100px;
    background-color: rgba(0,0,0,0.6);
}
.box15{
    padding-top: 10px;
    padding-bottom: 10px;
}
.box16{
    margin-top: 20px;
}
.box16 p{
    text-align: center;
    padding-top: 10px;
    color:  wheat;
    font-size: 20px;
    font-family: cursive;
}
.box16 a{
    text-decoration: none;
}
.box17{
    margin-top: 50px;
}
.box17 h2{
    text-align: center;
    font-family: cursive;
    color: wheat;
    padding-bottom: 20px;
}
.box17 p{
    text-align: center;
    padding-top: 10px;
    font-family: cursive;
    color: wheat;
}






























