body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'IBM Plex Mono', monospace;
}

.landing-container {
    width: 100%;
    height: 100%;
    background-image: url('desertsunset.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.quote-overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    max-width: 800px;
}

.quote-label {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 2px;
    text-transform: uppercase;
}
