body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}


.container {
  text-align: center;
}

#title {
  font-size: 3em;
  cursor: pointer;
}

#countdown {
  margin-top: 20px;
  font-size: 5em;
  font-weight: bold;
  color: #ff0505;
}

.social {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insta-link {
  text-decoration: none;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.insta-icon {
  width: 32px;
  height: 32px;
}
