body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #E7E7F8;
}

.container-mentions {
    display: flex;
    flex-direction: column;
}

.container-mentions h1 {
    text-align: center;
}

.container-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.container-text .text-box {
    width: 40%;
}

@media (max-width: 768px) {
    .maintitle {
        font-size: 15vw;
        font-family: Eczar-SemiBold;
        margin: -4vh;
        min-width: 200px;
    }
}

@media (min-width: 768px) {
    .footer-container {
        height: 280px;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: black;
        justify-content: space-evenly;
    }
}

@media (max-width: 768px) {
    .footer-container {
        height: 280px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: black;
    }
}

.name { 
    font-size: 40px;
    color: white;
    font-family: Eczar-SemiBold;
}

h3 {
    font-size: 15px;
    color: white;
    font-family: Eczar-SemiBold;
}

.button-mentionsLegal {
    border: none;
    font-size: 15px;
    font-family: Eczar-SemiBold;
    color: white;
    background-color: black;
}

.button-mentionsLegal:hover {
    color: gray;
}