*{
    margin: 0;
    box-sizing: border-box;
}
header{
    background-color: rgb(212, 56, 56);
    /* height: 60px; */
    min-height: 60px;
    height: auto;
      background-color: #669ac7;
      margin: 0 30px 20px;
      border-radius: 0px 0px 10px 10px;
}
header #navgtion{
    padding-top: 20px;
}
header #navgtion ul {
    padding-right: 0px;
  display: flex; 
  flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
}
header #navgtion ul li{
    list-style: none;
font-size: 20px;
}
header #navgtion ul li a{
color: rgb(0, 0, 0);
text-decoration: none;
}
header #navgtion ul li a:hover{
color: rgb(255, 197, 91);
}
.welcome{
    height:30vh ;
    width:100% ;
    background-color: #0074d9;
    margin-bottom: 50px;
}

.welcome .welcome_word h2,h3{
    color: white;
}
.welcome .welcome_word h2{
    font-size: 50px;
    margin-bottom: 20px;
}
.welcome .welcome_word h3{
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.welcome .welcome_word{
    padding-top:35px ;
    text-align: center;
}
.contact_word{
    display: flex;
    justify-content: center;
    gap: 150px;
}
.contact_word .whatsapp img{
    height: 100px;
    width: 100px;
}
.contact_word .whatsapp h3{
    color: black;
}
.contact_word .insta img{
    height: 100px;
    width: 100px;
}
.contact_word  .insta h3{
    color: black;
}
.contact_word .number img{
    height: 100px;
    width: 100px;
}
.contact_word .number h3{
    color: black;
}