html, body {
  margin: 0;
  background-color: #A7414F;
  font-family: 'Roboto', sans-serif;
  width: 100%;
}

.center {
  display: table;
  width: 100%;
  height: 100vh;
}

section {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
}

section #services {
  text-align: center;
  transform: translatez(0);
  vertical-align: middle;
}
section #services h2 {
  margin: 80px 0px 40px;
  color: #fff;
  font-size: 2.4em;
  text-transform: uppercase;
  text-align: center;
}

section #services h4 {
  margin: 40px 0px 40px;
  color: #E17684;
  font-size: 1em;
  text-align: center;
}

section #services li {
  width: 240px;
  height: 260px;
  display: inline-block;
  margin: 20px;
  list-style: none;
}
section #services li div {
  width: 240px;
  height: 240px;
  color: #A7414F;
  font-size: 6.4em;
  text-align: center;
  line-height: 240px;
  background-color: #fff;
  transition: all 0.5s ease;
  border-radius: 10px;
}
section #services li a {
  color: #A7414F;
}
section #services li div:hover {
  transform: rotate(360deg);
  border-radius: 120px;
}
section #services li span {
  width: 240px;
  height: 20px;
  display: block;
  padding: 15px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
}
.credits a {
  display: block;
  text-align: center;
  color: #A7414F;
  text-decoration: none;
  font-size: 24px;
  margin-top: 50px;
  background: white;
  padding: 20px;
  max-width: 300px;
}
