* {
    font-family: 'Poppins', sans-serif;
    font-family: 'Tajawal', sans-serif;
    margin: 0;
    padding: 0;
}

.imol {
    width: 50px;
    height:50px;}
.imol2 {
        width: 200px;
        height:200px;
        margin-top: 20px;
        margin-bottom: 0;
        padding-bottom: 0px;
    }
    
.container1 {
    padding-top: 50px;
    color: azure;
    text-align: center;
    background-color: rgb(106, 66, 16);
    width: 100%; 
    height:500px;
}
.container1 h1 {   
    padding-top: 50px;
}

.container1 h6 {
    padding-top: 0px;
    
}
.row-cols-1 {
width: 100%;
padding-right: 10px;
}

.form-floating{
    align-self: start;
    margin: 15px; ;
    margin-bottom:3px ;
}
.card-body h3 {
    color: rgb(106, 66, 16);
    text-decoration: underline;
    text-shadow: 2cm ;
    font-weight: bold;
}

.btn-outline-secondary{
    background-color:transparent !important;
    color: azure !important;
    border-color: rgb(246, 245, 244) !important;
} 

.btn-outline-secondary:hover {
    border-color: rgb(231, 188, 156) !important;
    color: #e3b49f !important;
}
.nav-link:hover{
    color:  rgb(106, 66, 16) !important;
}
.nav-link:active{
    color: rgb(106, 66, 16) !important;
  
}



   .container4{
    width: 100%;
    height: 100px;
    background-color: rgb(106, 66, 16);
    text-align: center;
   }
   .container4 img{
    width: 70px; 
    height: 70px;
  
   }
   .container4 p{
    color: azure;
 }


