body {
  margin: 0;
  padding: 0 20px 0 20px;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #fff;
}
.container {
  text-align: center;
}
.logo {
  max-width: 400px;
  margin-bottom: 20px;
}
