body {
  margin: 0;
  font-family: "Lato", sans-serif;
  background: #f8f8f8;
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 50px;
}