body {
  font-family: 'Courier New', Courier, monospace;
  background: #caced3;
  display: flex;             
  flex-direction: column;    /* Stack children vertically */
  justify-content: center;   
  align-items: center;       
  height: 100vh;             
  text-align: center;
  padding: 2em;
  margin: 0;                 
}
.link-button{
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: #007BFF;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.clock-container {
  margin-bottom: 1em; /* Space between the clock and quote */
}

h3 {
  margin: 0.5em 0; /* Space above and below the quote */
}

h4 {
  margin: 0; /* Adjust as needed */
}