body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #1a2a44; /* Matches the dark blue background of the image */
}

img {
    max-width: 100%;
    height: auto;
}