button {
    box-shadow: 3px 1px 2px #355241;
    border-radius: 10px;
    color: #e3d61b
}

h1 {
    text-align: center;
    font-weight: 900;

}

h2 {
    text-align: center;
}


body {
    width: 100%;
    /*  height: 1000px;  Hauteur spécifique pour l'élément */
    background-image: url('Documents/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    text-decoration: none
}