body {
  font-family: 'Lato', sans-serif;
  background-color: #DDE6ED;
}

div {
  text-align: center;
  padding: 10px;
}

img {
  border-radius: 50%;
  height: 106px;
  width: 106px;
}

h2 {
  padding: -1px;
}

.button {
  font-weight: 600;
  font-size: 13px;
  background-color: #00DFA2;

  color: #000;
  border: 0px solid white;
  border-radius: 15px;
  padding: 15px 40px;
  max-width: 680px;
  width: 95%;
  height: 56px;
  box-shadow: 0 8px 2px 0 rgba(0, 0, 0, 0.24);

}

.button:hover {
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.24);
  transform: translateY(3px);

}

.button:active {
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.24);
  transform: translateY(6px);
}

a {
  color: black;
  text-decoration: none;
}