*,
*::after,
*::before, a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: white;
}
.acceuil{
    background-image: url('./assets/landing.jpg');
    background-size: cover;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 23rem;
    padding-bottom: 23rem;
    
}
.titre{
    font-size: 3rem;
    padding-bottom: 2rem;
    font-weight: bold;
}

.menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    font-size: 1.2rem;
    font-weight: bold;
    
}
.menu:hover{
    text-decoration: underline;
}