@charset "utf-8";
/* CSS Document */
header {
    padding: 1px;
    background-color: #5CA75C;
    border-radius: 40px;
    text-align: center
}
footer {
    padding: 20px 30px 20px 30px;
    background-color: #E4D5B2 ;
}

/*NE PAS EFFACER LA CLASSE SUIVANTE*/
.year {}
/*----------------------------------*/

.footer-text {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    
}

.button {
    border: 2px #FFFFFF solid;
    padding: 8px 30px;
    border-radius: 30px;
    color: #5E1012;
    text-decoration: none;
    align-content: center;
    background-color: #87EC92;
    font-size: 20px;
    font-weight: bold;
}
