.metal-top-bar {
    display: flex;
    justify-content: center;
    gap: 15px;
    background: #111;
    padding: 10px;
}

.metal-top-bar a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 6px 14px;
    background: #222;
    border-radius: 5px;
    transition: 0.3s ease;
}

.metal-top-bar a:hover {
    background: #ff914c;
    color: #000;
}