body {
    min-height: 100vh; 
    display: grid;
    grid-template-rows: auto 1fr auto; 
    overflow-x: hidden;    
    overflow-y: auto;
    background-image: url(../other/background.jpg);
    background-size: cover;
    background-position: 120px 60px;
}

main {
    padding: 5vh;
    color: white;
    overflow: visible; 
}

h1{
    text-align: center;
    font-size: 5vh;
    padding-bottom: 5vh;
}

p {
    white-space: pre-line;
    text-align: center;
}

.mot{
    color: white;
}

.blanc{
    background-color: white;
}

.re{
    transition: background-color 10s cubic-bezier(.69,-0.01,.76,.03);
    background-color: transparent;
}