/* === ALL FONT USED === */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;700&display=swap');

/* font-family: 'Quicksand', sans-serif; */

/* ==== Boxicon icon ==== */
.bx {
  font-size: 20px;
}
/* ==== BACKGROUND ==== */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.background {
  height: 100vh;
  width: 100%;
  background: rgb(79, 79, 79);
  background: radial-gradient(
    circle at 36% -200px,
    rgba(79, 79, 79, 1) 0%,
    rgba(68, 69, 71, 1) 0%,
    rgb(27, 27, 30) 60%
  );
}

/* ==== NAVBAR ==== */

.logoVanish {
  display: none;
}

/* ==== Content ==== */

.welcomeMessage {
  font-family: 'Quicksand', sans-serif;
  color: rgb(215, 206, 212);
  font-size: 10rem;
  padding-top: 20vh;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.24);
}

.welcomeTexte {
  font-family: 'Quicksand', sans-serif;
  color: rgba(215, 206, 212, 0.562);
  font-size: 1.002rem;
  width: 37rem;
}
