*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
.service{
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin-top: 40px;
    color: rgb(0, 136, 255);
    text-shadow: 100px;
}
.container{
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
.container-content{
    width: 350px;
    margin: 20px auto;
    text-align: justify;
    box-shadow: 0px 0px 10px grey;
    padding: 15px;
    border-radius: 7px;
    
}
footer{
    width: 100%;
    height: 100px;
    background-color: rgb(0, 136, 255);
    color: white;
    text-align: center;
    padding-top: 20px
   }
   a{
    color: white;
    padding: 0 10px;
    text-decoration: none;
    font-size: 15px;
   }
   @media (max-width: 600px){ .container-content{width:95%;} }
   body{
    background-color: white;
   }
h3{
    color: rgb(0, 136, 255);
}
.butm{
    background-color: rgb(0, 136, 255);
    padding: 10px 15px;
    border: none;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
}
header{
    width: 100%;
    height: 150px;
    background-image: url(contact.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: white;
   }
   .header-content{
     width: 100%;
     height: 150px;
     background-color: rgba(0, 0, 0, 0.5);
     text-align: center;
     padding-top: 35px;
   }
   h1{
    color: rgb(0, 136, 255);
   }
.position{
    width: 50px;
    height: 50px;
    background-color: rgb(0, 136, 255);
    padding-top: 10px;
    position: fixed;
    top: 20px;
    left: 20px;
    padding-left: 15px;
    border-radius: 5px;
    font-size: 25px;
}
.arrow{
    font-size: 25px;
}