.navbar {
    padding: 0px 100px !important;
}


.nav-link{
    font-weight: 700 !important;
}

.nav-link:hover {
    background-color: black;
    color: white !important;
    border-radius: 5%;
}

.main{
    margin-top: 120px;
}

.main h3{
    font-size: 4.4rem;
    line-height: 1;
}

.main h6{
    border-bottom: 3px solid rgb(228, 11, 181);
    font-size: 1.4rem;
    width: 35%;
}

.btn1{
    background-color: rgb(228, 11, 181);
    color: white;
    height: 55px;
    width: 138px;
    outline: none;
    border: 1px solid rgb(228, 11, 181);
    border-radius: 5%;
}

.btn1:hover{
    background-color: transparent;
    color: rgb(228, 11, 181);
    height: 55px;
    width: 138px;
    outline: none;
    border: 1px solid rgb(228, 11, 181);
    border-radius: 5%;
    transition: 0.5s;
}

.btn2{
    background-color: transparent;
    color: rgb(228, 11, 181);
    height: 55px;
    width: 138px;
    outline: none;
    border: 1px solid rgb(228, 11, 181);
    border-radius: 5%;
}

.btn2:hover{
    background-color: rgb(228, 11, 181);
    color: white;
    height: 55px;
    width: 138px;
    outline: none;
    border: 1px solid rgb(228, 11, 181);
    border-radius: 5%;
    transition: 0.5s;
}