body {
    margin: 0;
    padding: 0;
    background-color: floralwhite;
    font-family: 'Pixelify Sans', Courier, monospace; /* Pixelify Sans for everything else */
    color: #000;
    font-size: 18px;
    cursor: url('/icons/cursor.png'), auto;
}

.gallery-container {
    height: 100vh; /* Override the 95vh from funstuff_styles.css */
}