@import url('https://fonts.googleapis.com/css2?family=Mukta&family=Sansita+Swashed&display=swap');

body{
    font-family: 'Mukta', sans-serif; 
}

nav{
   
}

.nav-item:hover{
    box-shadow: 0px 1px 0 0px #e83a0d inset, 0px -1px 0 0px #e83a0d inset;
}

h1{
    font-family: 'Sansita Swashed', cursive; 
}

footer{
    padding-top: 3%;
    text-align: center;
}

.page-logo{
    height: 110px;
    width: 110px;
}

.first-img{
    height: 90%;
    width: 90%;
}

.right-container{
    text-align: center;
    padding-top: 5%;
}

.btn{
    width: 50%;
    background-color: #e83a0d;
    color: #fff;
}

.btn:hover{
    border-bottom-color: #e83a0d;
    border-top-color: #e83a0d;
    background-color: rgb(248, 249, 250);
 }

 h3{
     text-decoration: underline;
 }