body {
  background-color: #FAF7F2;
  color: #261420;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}

.container {
  text-align: center;
}

.logo {
  width: 400px;
  max-width: 90%;
  margin-bottom: 20px;
}

.title {
  font-family: 'Dancing Script', cursive;
  font-size: 3em;
  margin: 0;
  font-weight: normal;
}

.subtitle {
  font-size: 1.5em;
}
