    body {
        background: #fff;   
        background-image: url('images/skyline.png'); 
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position: bottom center;
        min-height: 800px;
    }
    .main {
        padding: 40px; 
        background: #fff; 
        max-width: 90%; 
        margin: 0 auto 0; 
        font-family: Verdana, sans-serif; 
        font-size: 1rem;
        line-height: 1.5;
    }
    form { 
        display: flex; 
        gap: 12px; 
        flex-wrap: wrap; 
        align-items: end; 
    }
    label { 
        display: block; 
        font-size: 1rem;
    }
    input { 
        padding: 6px; 
    }
    button, .button { 
        padding: 6px 14px; 
        cursor: pointer; 
        background: #000; 
        color: #C7B67E; 
        font-weight: bold; 
    }
    .main {
        width: 90%; 
        margin: 10px auto;
    }
    a {
        color: #333;
    }
    .price-notice {
        background: #fff4cc;
        border: 1px solid #d4b106;
        color: #3d2f00;
        padding: 10px 12px;
        margin-bottom: 16px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.4;
    }
