.hero {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
}

.hero-text {
  text-align: center;
  padding-bottom: 2rem;
}

.hero-text h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 7rem;
  margin: 0;
  text-shadow: 0 0 6px white;
}

.hero-text p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #68d0fd;
  text-shadow: 0 0 32px rgba(118, 213, 253, 0.4); 
  margin: 0;
}

body {
  background-color: #0d1520;
  color: #ffffff;
}

.bouton_contact{
  text-decoration: none;
  color: #68d0fd;
  font-family: 'Poppins', sans-serif;
  padding: 10px 25px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(104, 208, 253, 0.4);
  box-shadow: 0 0 16px rgba(92, 205, 253, 0.2);
}