*{
    padding: 0px;
    margin: 0px;
}
#nav{
    width: 100%;
    height: 12vh;
    background-color: palevioletred;
    position: sticky;
    top: 0px;
}
.navrap{
    width: 90%;
    margin: auto;
}
.logo{
    position: absolute;
    margin-top: 10px;
}
.logo h1{
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
}
.logo p{
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 25px;
}
.logo p span{
    color: cornsilk;
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.menu{
    float: right;
}
.menurap{
    width: 90%;
    margin-top: 5px;
    display: grid;
    grid-template-columns: auto auto; 
}
.ba{
    margin-top: 10px;
}
.ba h1{
    color: cornsilk;
    font-size: 15px;
}
.ba p{
    color: white;
    font-size: 17px;
}
.mid{
    margin-top: 15px;
    height: 20vh;
}
.midrap{
    text-align: center;
}
.midrap h1{
    color: darkmagenta;
    text-decoration: underline;
}
.mid2{
    margin-top: 25px;
    height: 56vh;
    padding-left: 550px;
}
.midrap2{
    text-align: center;
}
#t1{
    height: 5vh;
    width: 35vh;
}
#t2{
    height: 5vh;
    width: 35vh;
}
#t3{
    height: 5vh;
    width: 10vh;
    border-radius: 40px ;
    background-color: brown;
    color: antiquewhite;
}
#t4{
    height: 5vh;
    width: 35vh;
}
#t5{
    height: 5vh;
    width: 35vh;
}
#t6{
    height: 5vh;
    width: 35vh;
}
#t7{
    height: 5vh;
    width: 35vh;
}
#t8{
    height: 5vh;
    width: 35vh;
}
.footer{
    height: 5vh;
    text-align: center;
    padding-top: 8px;
    background-color: palevioletred;
}
.footrap p{
    font-size: 20px;
    font-weight: bolder;
    color: white;
}