@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
* {
    margin: 0;
    padding: 0;
    text-align: center;
}
h1{
    text-align: center;
}
body{
    color: black;
    font-family: Abel;
}
.heading{
    height: fit-content;
    background-color: black;
    width: 100vw;
    max-width: 100%;
    min-width: 100%;
}
.head{
    text-align: center;
    font-size: 50px;
    font-family: Abel;
}
.desc{  
    text-align: center;
    font-family: Abel;
    font-weight: 900;
    font-size: 25px;
}
.services-header{
    text-align: center;
    font-family: Abel ;
    font-size: 40;
}
.services-container{
    position: relative;
    padding-left: 10px;
}
.services{
    border: 2px solid black;
    display: inline-table;
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
    border-radius: 10px ;
    text-align: center;
}
.service-icon{
    margin-top: 10px;
}
footer{
    margin-left: auto;
    margin-right: auto;
}
.service{
    color: orange;
    font-size: 25px;
}
.simg{
    object-fit: cover;
    width: 300px;
    height: 200px;
    border: 2px solid black;
    border-radius: 5px;
}
.simgcontainer{
    position: relative;
    width: 300px;
    height: 200px;
    border-radius: 5px;
    padding: 10px;
    padding-left: 8px;
}