* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navigation {
    background-color: rgba(31, 30, 29, 0.74);
}
.brand {
    font-size: 30px !important;
    font-weight: bolder;
    color: black !important;
}
.menu {
    color: black !important;
}
/* middle */
.mid{
    width: 100%;
    height: 45vh;
    background-color: white;
}
.midrap{
    padding-top: 40px;
}
.box{
    width: 80%;
    padding-left: 200px;
}
.box img{
    width: 20%;
    height: 40vh;
}
/* footer */
.footer{
    width: 100%;
    height: 40vh;
    background-color: white;
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 80px;
}
.footrap{
    color: white;
    text-align: left;
    padding-top: 6vh;
}
.box10 img{
    height: 30vh;
    width: 60%;
    padding-top: 2px;
}
.box11 h1{
    color: black;
    font-size: 25px;
}
.box11 a{
    color: black;
    font-size: 25px;
    font-family: cursive;
}
.box12 h1{
    color: black;
    font-size: 25px;
}
.box12 p{
    color: black;
    font-size: 18px;
    font-family: cursive;
}