.body {

display: flex;
justify-content: center;
align-items: center;
height: 100vh;
width: 100vw;
background-color: #404040;

}

.titre {

font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: whitesmoke;


}