html, body {
    margin: 0;
    background-color:black;
    font-family: 'Raleway Dots', sans-serif;
  }
  .clock{
    text-align:right;
    width:auto;
    height:auto;
    margin-right: 20px;
    margin-top: 20px;
    background-color: black;
    color: white;
    font-size:50px;
}
  
  section #services {
    text-align: center;
    transform: translatez(0);
  }
  section #services h2 {
    margin: 80px 0px 40px;
    color: #fff;
    font-size: 2.4em;
    text-transform: uppercase;
    text-align: center;
  }
  section #services h1 {
    margin: 150px 0px 40px;
    color: #fff;
    font-size: 5em;
    text-transform: uppercase;
    text-align: center;
  }
  section #services h4 {
    margin: 0px 0px 40px;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
  }
  section #services li {
    width: 120px;
    height: 140px;
    display: inline-block;
    margin: 20px;
    list-style: none;
  }
  section #services li div {
    width: 120px;
    height: 120px;
    color: #74d4b3;
    font-size: 3.4em;
    text-align: center;
    line-height: 120px;
    background-color: #fff;
    transition: all 0.5s ease;
  }
  section #services li a {
    color: black;
  }
  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: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
  }