body{
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
    background-color: var(--background);
}

h1{
    font-size: xxx-large;
    text-align: center;
    color: var(--majeur);
    margin-top: 10%;
    margin-bottom: 5%;
}

p{
    font-size: xx-large;
    color: var(--paraph);
    margin-inline: auto;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}

.bouton{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bouton);
    color: var(--paraph);
    font-size: xx-large;
    min-width: 470px;
    min-height: 80px;
    width: fit-content;
    padding: 0.5% 0.5%;

    border-radius: 20px;

    cursor: pointer;
    margin-bottom: 7%;
    margin-top: 15px;;
    text-align: center;

    box-shadow: 0 4px 8px var(--ombres);
}

a{
    text-decoration: none;
}
