Cadre Gris Foncé au Centre
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f0f0f0;
}
.cadre {
width: 450px;
height: 300px;
background: #2f2f2f;
border-radius: 20px;
}
