*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family:'Times New Roman', Times, serif;
}

/* Middle */
.mid{
    width: 100%;
    height: 120vh;
    background-color: rgb(79, 4, 149);
}
.midrap{
    width: 90%;
    margin: auto;
}
.midrap h1{
    text-align: center;
    color: white;
}
.midrap h5{
    text-align: center;
    color: white;
}
.midrap h4{
    text-align: center;
    color: white;
}
.midrap1{
    padding-top: 50px;
}
.box{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
}
.box2{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
}
.box3{
    /* border: 1px solid whitesmoke; */
    border-left: 2px solid rgb(71, 69, 69);
    border-right: 2px solid rgb(71, 69, 69);
    border-bottom: 2px solid rgb(71, 69, 69);
    background-color: white;
    /* box-shadow: 0 5px 8px 0 white; */
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.box3:hover{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 5px 8px 0 white;
}
.box3 h2{
    text-align: left;
    padding-bottom: 20px;
    padding: 11px;
    color: black;
    background-color: rgb(9, 230, 156);
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 80px;
    border: 1px solid black;
    box-shadow:  0 8px 8px 0 black;

}
.box3 a{
    font-size: 20px;
    text-decoration: none;
    padding: 8px;
    margin-left: 150px;
    color: black;
    background-color: bisque;
    border: 2px solid brown;
}
.box3 a:hover{
    /* box-shadow: 0 8px 12px 0 rgba(0,0,0,0.4); */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
    border: 4px solid bisque;
}
.box4{
    display: grid;
    grid-template-columns: auto;
    grid-row-gap: 15px;
}
.box5{
    border-left: 2px solid rgb(71, 69, 69);
    border-right: 2px solid rgb(71, 69, 69);
    border-bottom: 2px solid rgb(71, 69, 69);
    background-color: white;
    height: 38vh;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.box5:hover{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 5px 8px 0 white;
}
.box5 h2{
    text-align: left;
    padding-bottom: 20px;
    padding: 11px;
    color: black;
    background-color: rgb(9, 230, 156);
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 80px;
    border: 1px solid black;
    box-shadow:  0 8px 8px 0 black;
}
.box5 a{
    font-size: 20px;
    text-decoration: none;
    padding: 8px;
    margin-left: 80px;
    color: black;
    background-color: bisque;
    border: 2px solid brown;
}
.box5 a:hover{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
    border: 4px solid bisque;
}
.box6{
    padding-top: 25px;
    display: grid;
    grid-template-columns: auto auto;
}

/* Middle */
.mid1{
    width: 100%;
    height: 60vh;
    background-color: darkblue;
}
.midrap2{
    width: 90%;
    margin: auto;
}
.midrap2 h1{
    text-align: center;
    color: white;
    font-size: 60px;
    font-family: 'Times New Roman', Times, serif;
}
.midrap3{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-column-gap: 15px;
    padding-top: 15px;
}
.midrap3 h4{
    text-align: center;
    color: white;
}

/* Middle */
.mid2{
    width: 100%;
    height: 60vh;
    background-color: blueviolet;
}
.midrap4{
    width: 80%;
    margin: auto;
}
.midrap4 h1{
    text-align: center;
    color: white;
    font-size: 60px;
    font-family: 'Times New Roman', Times, serif;
}
.midrap5{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 15px;
    padding-top: 20px;
}
.box9{
    background-color: black;
    border: 4px solid white;
}
.box9:hover{
    background-color: rgb(7, 7, 156);
}

/* Middle */
.mid3{
    width: 100%;
    height: 65vh;
}
.midrap6{
    width: 80%;
    margin: auto;
}

/* Footer */
.footer{
    width: 100%;
    height: 80vh;
    background-color: darkslateblue;
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
}

/* Footer */
.footer1{
    width: 100%;
    height: 10vh;
    margin-top: 1px;
    background-color: white;
}
.footrap1{
    width: 80%;
    margin: auto;
}
.footrap1 p{
    padding-top: 20px;
    color: purple;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
}
#copy{
    color: black;
}