/* Body */
body {
    background: #000;
    color: #000;
}

/* Footer styles */
footer {
    background: #000;
    color: #d7b534;
}

/* Center the landing image and add spacing if needed */
.landing-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

/* Madness text styling */
.madness-text {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 1.5rem;
}

/* Copyright text styling */
.copyright-text {
    font-size: 0.75em;
    color: #666;
    text-align: center;
    margin-top: 1rem;
}

/* Remove header if present (for safety) */
header {
    display: none;
}