*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navigation{
    background-color: rgb(76, 57, 64);
}
.brand{
    font-size: 30px !important;
    font-weight: bolder;
}
.menu{
    color: white !important;
}
/* middle */
.mid1{
    width: 100%;
    height: 70vh;
    padding-top: 4px;
    background-color: rgb(217, 194, 117);
}
.midrap1{
    width: 50%;
    margin: auto;
    padding-top: 25px;
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.box1 img{
    height: 58vh;
    border: 3px solid rgb(155, 106, 47);
}
.box1 h3{
    color: white;
    font-size: 30px;
}
.box1 p{
    font-size: 20px;
    color: white;
}
/* footer */
.footer{
    width: 100%;
    height: 58vh;
    background-color: rgb(83, 78, 101);
}
.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: 38vh;
    width: 100%;
    padding-top: 2px;
}
.box2 a{
    color: white;
    font-size: 35px;
    text-decoration: none;
    font-family: cursive;
}
/* footer */
.footer1{
    width: 100%;
    height: 10vh;
    background-color: rgb(110, 57, 101);
}
.footrap1{
    width: 80%;
    height: 10vh;
    margin: auto;
}
.footrap1 h4{
    color: white;
    text-align: center;
    padding-top: 5vh;
    font-family: monospace;
}