body {
    background-color: black;
    background-image: url('puerilis.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; /* Adjusts the image to fit without cropping */
    height: 100vh; /* Ensures full viewport coverage */
    margin: 0;
}