.banner {
    background-color: #f4f4f4;
    border: 2px solid #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .banner:hover {
        background-color: #fbffb0;
        color: white;
    }

.banner-link {
    text-decoration: none;
    color: inherit;
}

.banner h2 {
    font-size: 24px;
    color: #003366;
    margin-bottom: 10px;
}

.banner p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.banner-button {
    background-color: #0066cc;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

    .banner-button:hover {
        background-color: #005bb5;
    }

.banner-link-click {
    font-size: 1.125rem;
}

#clearance-alloys {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 800px;
    font-family: Arial, sans-serif;
}

    #clearance-alloys h2 {
        text-align: center;
        color: #003366;
        margin-bottom: 20px;
    }

.alloy-section {
    margin-bottom: 20px;
}

    .alloy-section h3 {
        color: #00509e;
        margin-bottom: 10px;
    }

    .alloy-section ul {
        list-style-type: none;
        padding-left: 0;
    }

        .alloy-section ul li {
            padding: 5px 0;
            border-bottom: 1px solid #ccc;
        }

.lowercase {
    text-transform: lowercase !important;
}