body {
  font-family: Ubuntu, sans-serif;
  background-color: #eaeaea;
  color: #333;
  text-align: center;
  font-size: 16px;
  padding-top: 20vh;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.contacts i {
  color: #2eadb4;
  font-size: 26px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.contacts {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.contacts a {
  color: #333;
  text-decoration: none;
}

.grey {
  color: #999;
}
.space {
  margin-left: 40px;
}
.button {
  background-color: #4ac3ca;
  background-image: -moz-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #4ac3ca), color-stop(100%, #2eadb4)) !important;
  background-image: -webkit-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
  background-image: -o-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%) !important;
  background: -ms-linear-gradient(left, #4ac3ca 0%, #2eadb4 100%);
  background: linear-gradient(70deg, #4ac3ca 0%, #2eadb4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
  color: #fff !important;
  border: none;
  border-radius: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 10px 20px;
  text-decoration: none;
  height: 38px;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
