/* <!-- VAN EECKHAUTE steeve --> */
body{
    background-color: blue;
    display: flex;
    justify-content: center;
    align-items: center;     
    height: 100vh;          
    margin: 0;             
}
.debut{

    font-size: 500%;
    font-family: "nickel-gothic-variable", sans-serif;
    font-variation-settings: "slnt" -25, "wdth" 50;
    letter-spacing: 1px; 
    word-spacing: 10px;
    text-decoration: none; 
    color: rgb(255, 255, 255); 
    transition: transform 0.8s;
}

.debut:hover {
    transform: scale(1.5);
    font-variation-settings: "slnt" -25, "wdth" 50;

}
.steeve{
    font-variation-settings: "slnt" 0, "wdth" 50;
}
