body{
    background-image: url("../src/backgrounds/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    main{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .mentions{
            padding: 20px;
            padding-top: 80px;
            background-color: #fff;
            color: #535353;
            max-width: 1000px;
            h1{
                text-align: center;
                text-transform: uppercase;
            }

        }
    }
}