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

h1 {
  color: #000;
  font-weight: 300;
}
h2 {
  color: #000;
  font-weight: 400;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-container {
  max-width: 50%;
}

a {
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited, a:active {
  color: #000;
}

a:hover {
  color: #5F5F5F;
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .inner-container {
      max-width: 99%;
    }
}
