body {
  font-family: 'Roboto', 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: #f3efe6;
}

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

.logo {
  width: 200px;
  height: 200px;
  background: url(../img/logo.svg) no-repeat 50%;
  background-size: contain;
  margin: 0 24px 24px;
}

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

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

a {
  color: #56A3D5;
}
