body, html {
  font-family: 'Lato', sans-serif !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.box {
  border: 8px solid #fff;
  padding: 20px;
  max-width: 650px;
}
