body, .wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;

  font-family: Lato;

  transition: 0.3s ease-in-out;
}

.container {
  width: 100%;
  height: 100%;
  min-height: 100vh;

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 300;
  font-size: 4em;

  margin-top: 0;
  padding-top: 0;
}

h2 {
  font-weight: 300;
  font-size: 2.5em;

  padding-top: 5px;
  padding-bottom: 5px;

  margin-top: 0;
  margin-bottom: 0;

  transition: 0.3s ease-in-out;
}

.one {
  color: #DB3340;
}

.two {
  color: #28ABE3;
}

.three {
  color: #1FDA9A;
}

.four {
  color: #ff9400;
}
