body {
     margin: 0;
     font-family: 'Raleway Dots', sans-serif;
     font-family:'FontAwesome';
 }
 html {
     margin: 0;
     background : url('/assets/images/pexels-laura-tancredi-7078619.jpg');
     background-size:cover;
     background-repeat : no-repeat;
     font-family: 'Raleway Dots', sans-serif;
 }
 ul{
     padding-inline-start:0px;
 }
 section #services {
     text-align: center;
     transform: translatez(0);
 }
 
.iam{
    font-size: 55px;
    padding: 15px;
    font-family: sans-serif;
    margin-bottom:0px;
    padding-bottom:0px;
}
 .head-content{
    text-align:center;   
 }
 .input-elevated{
    font-size: 16px;
    line-height: 1.5;
    border: none;
    background: #FFFFFF;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
    border-radius: 5px;
    width: 300px;
    padding: .5em 1em .5em 2.5em;
} 
.connect{
    font-size: 35px;
    margin-bottom: 1rem;
}
 section #services li {
     width: 120px;
     height: 140px;
     display: inline-block;
     margin: 20px;
     list-style: none;
     min-height:140px;
 }
 section #services li div {
     width: 120px;
     padding-top: 30px;
     padding-bottom: 30px;
     color: #74d4b3;
     font-size: 3.4em;
     text-align: center;
     background-color: #fff;
     display:table;
     min-height:50px;
     transition: all 0.5s ease;
 }
 section #services li a {
    color: black;
    display: table-cell;
    vertical-align: middle;
 }
 section #services li div:hover {
     transform: rotate(360deg);
     border-radius: 100px;
 }
 section #services li span {
     width: 120px;
     height: 20px;
     display: block;
     padding: 15px 0px;
     color: black;
     font-size: 1.2em;
     text-align: center;
     font-weight:bold;
 }
 .credits a {
     display: block;
     text-align: center;
     color: #74d4b3;
     text-decoration: none;
     font-size: 24px;
     margin-top: 50px;
     background: white;
     padding: 20px;
     max-width: 300px;
 }