body {
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
  background: #3e2723; /* coffee-brown background */
  color: #fff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  position: relative;
  text-align: center;
}

h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

p {
  font-size: 1.5rem;
  margin: 5px 0;
}

.quote {
  font-style: italic;
  margin-top: 15px;
}

.coffee-img {
  width: 300px;
  max-width: 80%;
  margin-top: 30px;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(255,255,255,0.3);
}
