body {
  background: #141426
}

.Hero{
  display: flex;
justify-content:center;
align-items:center;
flex-direction: column;
}

.titre{
font-family: "Boldonse", system-ui;
color: white;
    margin-top: 18%;
    font-size: 55px;
     line-height: 1.5; 
     margin-bottom: 0px;
}

h2{
  color: rgb(225, 225, 225);
  font-family: "Rethink Sans", sans-serif;
  font-weight: bold;
  font-size: 12pt;
}

.instagram-button {
    background-color: #bbbbff; /* couleur Instagram */
    padding: 10px 20px;
    text-decoration: none;
    font-family: "Rethink Sans", sans-serif;
    color:#000000; 
    padding:0.8rem 1.5rem; 
    border-radius:200px 200px; 
    font-weight:600; 
    transition:all 0.3s ease;
  }

  .instagram-button:hover {
    background-color: #F5F5F5;
     color:#141426; 
     transform:translateY(-2px);
  }