*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;

}

navbar{
    background-color: white;
}

.nav-link{
    color: black;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.nav-link:hover{
    color: white;
    background-color: black;
}

.navbar-brand{
    font-size: 2rem;
    color: black;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}
/* main section */
.main{
    background: url(../img/wp5120809.webp) no-repeat;
    background-size: cover;
    width: 205vh;
    height: 90vh;
}
.main h3{
    font-size: 4.4rem;
    font-weight: 700;
    color: white;
}
.main h6{
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
   
   
}

.main .bt1{
    height: 55px;
    width: 138px;
    background-color: rgb(50, 7, 7);
    color: white;
    outline: none;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}
.main .bt1:hover{
    background-color: rgba(176, 75, 75, 0.266);
}
.main .bt2{
    height: 55px;
    width: 138px;
    background-color: rgb(50, 7, 7);
    color: white;
    outline: none;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}
.main .bt2:hover{
    background-color: rgba(176, 75, 75, 0.266);
}