@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Niconne&display=swap");

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Comfortaa";
}

.comingSoon {
  display: flex;
  height: 100vh;
  align-items: center;
  text-align: center;
  background-image: url("../img/Bodhiwell.png");
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
}

.comingSoon__img {
  width: 100%;
  margin-bottom: 25px;
  filter: invert(0.8);
  max-width: 500px;
}

.comingSoon__descripcion {
  font-size: 18px;
}

.comingSoon__contact p {
  margin: 3px;
  font-size: 16px;
  gap: 8px;
}

.comingSoon__contact span {
  font-size: 16px;
  color: #585858;
}

.comingSoon__contact a {
  font-size: 16px;
  color: #585858;
}

.comingSoon__contact {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 200px;
}

@media (max-width: 390px) {
  .comingSoon__img {
    width: 200px;
  }
}
