/* styles.css */

body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 50px;
}

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

h3 {
  margin-top: 15px;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0px;
}

.timer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.timer {
  font-size: 0.95em;
  color: #000000;
}

.deadline {
  font-size: 0.95em;
  color: #f61515;
}
