
h1{
    text-align: center;
    font-size: 80px;
    color: brown;
}

h3{
    text-align: center;
    font-size: 40px;
    color: black;
}

.footer{
    width: 100%;
    bottom: 0;
    background:black;
    min-height: 90px;
    text-align: center;
}

.container{
    width:100%;
    min-height:10vh;
    background-size: cover;
    background-position: center;
    background-color: black;
}
.header{
    height:15%;
    display:flex;
    align-items:center;
    overflow:hidden;
    position:relative;
}

.logo{
    width: 60px;
    height:60px;
    cursor: pointer;
}
.navbar{
    text-align: center;
    flex:1;
}

.navbar a{
    color:white;
    margin-left:20px;
    font-size: 25px;
    font-weight:bold;
}

.container2{
    font-size: 35px;
    text-align: left;
}

.btn-primary{
    height: 50px;
    width: 100px;
    background-color: aqua;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.ch1{
    width: 30px;
    height: 30px;
}

.ch2{
    width: 30px;
    height: 30px;
}

.ch3{
    width: 30px;
    height: 30px;
}

.manasi:hover .image{
    opacity: 0.3;
}

td {
    text-align: center;
    font-size: 22px;
  }

th{
    text-align: center;
    font-size: 22px;
  }