body {
  background-color: #33322f;
  font-family: Arial, sans-serif;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  text-align: center;
  color: #ffffff;
}

.logo {
  max-width: 100%;
  height: auto;
}

.text {
  margin-top: 20px;
  font-size: 18px;
}
