body {
    margin: 0;  
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background-image: url('images/8bit-beach.png');
    background-repeat: round;
    backdrop-filter: blur(8px);
    cursor: url('cursors/moon-cursor.png'), auto;
}