.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  width: 300px;
}

h1 {
  text-align: center;
}
