*{
  padding: 0;
  margin: 0;
}

main {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(132.45deg, #127E7E 14.85%, #0A2E30 84.93%);

  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  width: 100%;
  max-width: 30rem;
  margin: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2.5rem;
  text-align: center;
  color: #FFFFFF;
}

.content img {
  width: 100%;
  margin-bottom: 1.5rem;
}

.content .email {
  font-weight: 500;
}

.content a {
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.5s;
}

.content a:hover {
  text-decoration: underline;
}