.corps {
    width: 65%;
    margin: auto
}

h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 80px;
    text-align: center;
}

p {
    font-size: xx-large;
    text-align: justify;
}

.liens {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 40%;
    margin: auto;
}

a {
    border: 2px solid;
    border-color: black;
    border-radius: 1em;
    background-color: rgba(255, 0, 0, 0.668);
    margin: 10px;
    padding: 12px;
    text-decoration: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

    color: rgb(11, 14, 41);

}

a:hover {
    transform: scale(1.04);
    transition: transform 0.4s ease;
}