:root {
    --background-color: #efe7e5;
}

body {
    margin: 3% 15%;
    font-family: "Arial", sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    text-align: center;
  }

h1 {
    margin-bottom: 15%;
}

#bouton1 {
    border: 0.325rem;
    color: blue;
    text-decoration: none;
    display: flex;
    font-size: 12px;
    background: transparent;
}

button {
    margin-bottom: 5%;
}