body {
  margin: 0;
  padding: 0;
  background-image: url('./assets/main-backround.png');
  background-size: cover;
  background-position: center;
  font-family: 'Arial', sans-serif;
  color: #fff;
  text-align: center;
}

header {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-img {
  height: 40px;
}

.logo-img {
  height: 40px;
}

.countdown {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

nav {
  margin-top: 40px;
}

nav a {
  margin: 0 15px;
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.hero {
  margin-top: 60px;
}

#break-cookie {
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #ffb347;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
}

.quote {
  margin-top: 20px;
  font-style: italic;
}

footer {
  background-color: #111;
  color: #ccc;
  padding: 20px;
  margin-top: 60px;
  font-size: 14px;
}

footer a {
  color: #ffd700;
  text-decoration: none;
  margin: 0 8px;
}
