body {
    text-align: center;
    background-image: url(img/mom.jpg);
    background-repeat: no-repeat;
    background-size: cover; /* Better for responsiveness */
    background-position: center;
    color: gold;
    text-shadow: 2px 2px 4px black;
    margin: 0;
    padding: 0;
}

.jojo {
    color: aqua;
}

/* Mobile styles */
@media only screen and (max-width: 700px) {
    body {
        background-size: 725%; /* Maintain image responsiveness */
        font-size: 90%; /* Adjust text size if needed */
        padding: 6px;
    }
}
