/* Parameters of Camille's secret page */


.background 
{
    background-image: url('../Images/404.png'); 
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center
}

p
{
    margin-left: 5vw;
}

.centered
{
    padding-top: 5%;
    text-align: center;
}