body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #ddd;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 48px;
  margin: 24px;
}

.logo {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: url(../img/logo.png) no-repeat 50%;
  background-size: cover;
  margin: 24px;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

p {
  margin: 16px;
  max-width: 400px;
  color: #666;
}

a {
  color: #ef815c;
}
