body, html {
  height: 100%;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #0d0d0d;
  color: white;
}

.coming-soon {
  height: 100vh;
  width: 100%;
   background: url('https://images.unsplash.com/photo-1533750349088-cd871a92f312?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  position: relative;
  
  
}

.overlay {
  background-color: rgb(0 0 0 / 73%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  z-index: 2;
  max-width: 600px;
  padding: 20px;
}

.brand-name {
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tagline {
  font-size: 1.1rem;
  color: #ccc;
}

.newsletter-form .form-control {
  border-radius: 0;
}

.newsletter-form .btn {
  border-radius: 0;
  background-color: #ffffff;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
  background-color: #000;
  color: #fff;
}
