body {
    background: #1a1a1a;
}

.delivery-page {
    padding: 40px;
    background: #1a1a1a;
    border-radius: 12px;
}

.delivery-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 3px solid #FFDD03;
}

.delivery-header h1 {
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 15px 0;
    color: #FFDD03;
}

.delivery-header p {
    color: #999;
    font-size: 18px;
}

.delivery-content {
    line-height: 1.8;
    color: #ccc;
}

.delivery-section {
    padding: 30px;
    border-radius: 8px;
}

.delivery-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #FFDD03;
    margin: 0 0 20px 0;
}

.delivery-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0 15px 0;
}

.delivery-section p {
    color: #ccc;
    margin-bottom: 15px;
}

