main {
    line-height: 1.2;
    width: 50%;
    margin:auto;
    min-height:67vh;
}

.mentions {
    width: 60%;
    margin-bottom: 50px;
}

main h1 {
    text-align: center;
    font-size: 2em;
    font-family: 'Bagel', sans-serif;
    margin-top: 40px;
    margin-bottom: 50px;
}

main a {
    text-decoration: none;
    color: #fff;
}

main a:hover {
    text-decoration: underline;
}

main h2 {
    margin-top: 40px;
}
