/* style.css - migrated from main.css (8-bit font) */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
    font-family: 'Press Start 2P', monospace;
    margin: 0;
    padding: 1rem;
    background-color: #ffffff;
    background-image: url("../images/Susan%20Moth%20artwork.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color: #111111;
    font-size: 14px;
}

h1 {
    color: #e81a1a;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

/* Title image styling (unused but kept) */
#title-image {
    display: block;
    max-width: 220px;
    height: auto;
    margin: 0 auto 1rem auto;
    border-radius: 8px;
}
