body {
  background-color: #f89f9a;
  font: 14px/26px 'Bungee', Helvetica, Arial, sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.page {
  width: 80%;
  max-width: 860px;
  text-align: center;
  background-color: #f16059;
  border-radius: 5px;
  padding: 20px;
}

header {
  font-size: 24px;
  line-height: 48px;
}

h4 {
  font-size: 21px;
  font-family: 'Bungee', cursive;
}

h1, h2, h3, h6 {
  font-family: 'Bungee Shade', cursive;
}

#clock {
  font-size: 36px;
  padding: 5px 0;
}

#time, #date, #message {
  margin: 10px 0;
}

#timeImage {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: 20px;
}

blockquote {
  font: 2em/1em 'Open Sans', sans-serif;
  -webkit-text-stroke: 1px black;
  text-shadow: 2px 2px #000;
  margin: -80px 0 100px 0;
  color: #fff;
}

blockquote:before { content: '"'; }
blockquote:after { content: '"'; }

#wakeUpTimeSelector, #lunchTimeSelector, #napTimeSelector {
  padding: 10px 0;
}

#partyTimeButton {
  background-color: #222;
  width: 300px;
  font-family: 'Bungee', cursive;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  margin-top: 20px;
}

footer p {
  text-transform: uppercase;
  font-size: 12px;
}

#time {
  border: 2px solid #222;  /* Black border */
  padding: 20px;           /* Space inside the box */
  background-color: #fff;  /* White background */
  border-radius: 5px;      /* Rounded corners */
  display: inline-block;   /* Ensure it's inline */
  margin-top: 10px;        /* Space above the time box */
}
