body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.quote-generator {
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#quote {
  font-size: 18px;
  margin-top: 10px;
  width: 300px;
  margin: 0 auto;
  padding: 20px;
}