.index__body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

.bouton__container{
    display: flex;
    flex-direction: row;
}

.index__img{
    height: 18rem;
    width: 60rem;
    margin-bottom: 3rem;
}

.index__bouton{
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
    font-size: 2rem;
    background-color: blueviolet;
    width: 20rem;
    height: 5rem;
}

.index__bouton:hover{
    background-color: blue;
}