*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navigation{
    background-color: rgb(76, 57, 64);
    height: 10vh;
}
.brand{
    font-size: 30px !important;
    font-weight: bolder;
}
.menu{
    color: white !important;
}
/* middle */
.mid{
    width: 100%;
    height: 50vh;
}
.midrap{
    width: 100%;
    margin: auto;
}
/* footer */
.footer{
    width: 100%;
    height: 58vh;
    background: linear-gradient(to top, rgb(83, 78, 101), rgb(94, 67, 90));
    border-top: 3px solid rgb(59, 4, 40);
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 80px;
}
.footrap{
    color: white;
    text-align: left;
    padding-top: 8vh;
}
.box2 h1{
    color: white;
    font-weight: bolder;
    font-family: cursive;
    text-align: center;
}
.box2 img{
    height: 45vh;
    width: 90%;
    padding-top: 2px;
}
.box2 a{
    color: white;
    font-size: 35px;
    text-decoration: none;
    font-family: cursive;
}
/* footer */
.footer1{
    width: 100%;
    height: 10vh;
    background: linear-gradient(to top, rgb(94, 67, 90),  rgb(83, 78, 101));
}
.footrap1{
    width: 80%;
    height: 10vh;
    margin: auto;
}
.footrap1 h4{
    color: white;
    text-align: center;
    padding-top: 5vh;
    font-family: monospace;
}