body {
  margin: 0;
  height: 100vh;
  background-image: url('images/prawnlake.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 60px;
  border-radius: 12px;
  text-align: center;
  color: white;
  max-width: 600px;
  width: 90%;
}

h1 {
  color: rgb(86, 161, 157);
}

#quoteDisplay {
  font-size: 40px;
  font-weight: 600;
  padding: 10px 0;
  color: #fff200;
}

button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}
