html {
    background-color: #310055;
}

body {
    /* background-color: #D4DCE2; */
    /* background: linear-gradient(to bottom right, #005583, #ffffff);*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

section {
    width: 80%;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    color: white;
}


#mentions {
    width: 100%;
    margin-top: 100px;
    align-items: center;
}

#mentions ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#mentions ul li {
    list-style-type: none;
}

#mentions ul li span {
    width: 100%;
    text-align: center;
}

#mentions ul li h1 {
    width: 100%;
    text-align: center;
}

#mentions ul li h2 {
    width: 100%;
    text-align: center;
}