body {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  color: #333;
  position: relative;
  min-height: 100vh;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e4e8eb 0%, #0d59cb 100%);
  z-index: -1;
}

.container {
  max-width: 850px;
  margin: 0;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
}

a {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.8rem 1.5rem;
  background-color: #333;
  color: #e4e8eb;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.main-message {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 1200px;
  text-align: left;
}

.coming-soon {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #666;
  font-weight: 500;
  text-align: left;
}

.contact-section {
  margin-top: 3rem;
  text-align: left;
}

.contact-label {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.email {
  color: #333;
  text-decoration: underline;
  font-size: 1.2rem;
  display: inline;
  padding: 0;
  background: none;
  margin: 0;
}

.email:hover {
  color: #e4e8eb;
  background: none;
}

.highlight {
  color: #e4e8eb;
  font-weight: 700;
}

.logo-with-name {
  width: 200px;
  height: auto;
  margin-bottom: 2rem;
}
