body {
  font-family: 'Arial', sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow: hidden;
}

h1 {
  text-align: center;
}

blockquote {
  text-align: center;
  font-style: italic;
  color: #555;
}

p {

  margin: -1em 0 2em 0;
  padding: 0;
  text-align: center;
  color: #555;
  font-style: normal;
}

#moving-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #007BFF;
  text-decoration: underline;
  transition: color 0.3s ease;
}

#moving-link:hover {
  color: #0056b3;
}

#countdown {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: #333;
  transition: font-size 0.5s ease, color 0.5s ease;
}

#countdown.warning {
  font-size: 40px;
  color: #d9534f;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #333;
  color: white;
  padding: 10px 0;
  overflow: hidden;
  margin: 0;
}
