body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #e2e4db;
  text-align: center;
}

.logo {
  color: rgb(54, 54, 54);
  font-size: 40px;
}
.title {
  color: rgb(54, 54, 54);
  font-size: 25px;
}

.subtitle {
  color: rgb(54, 54, 54);
  font-size: 14px;
}
