/* General Styles */
body {
  margin: 0;
  padding: 0;
  font-family: 'Merriweather', sans-serif;
  background-color: #00D9FF;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

/* Container */
.container {
  max-width: 600px;
  padding: 20px;
}

/* Logo */
.logo {
  width: 120px;
  margin-bottom: 20px;
}

/* Headings */
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  margin: 10px 0;
}

.tagline {
  font-size: 1.2rem;
  margin: 5px 0 20px;
  font-style: italic;
}

.coming-soon {
  font-size: 1rem;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
}

/* Contact Section */
.contact {
  margin-top: 30px;
  font-size: 0.9rem;
}

.contact a {
  color: #ffffff;
  text-decoration: underline;
}

.socials {
  margin-top: 10px;
}
