body {
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom right, #ff6699, #ffc0cb);
  color: white;
  text-align: center;
  padding: 40px;
}

h1 {
  font-size: 2em;
  margin-bottom: 20px;
}

#timer {
  font-size: 2em;
  background: white;
  color: #ff3366;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.links a {
  display: block;
  background: white;
  color: #ff3366;
  text-decoration: none;
  margin: 10px auto;
  padding: 15px;
  border-radius: 8px;
  max-width: 300px;
  font-weight: bold;
  transition: 0.3s;
}

.links a:hover {
  background: #ff3366;
  color: white;
}

footer {
  margin-top: 50px;
  font-size: 14px;
  color: #fff;
}
