.footer-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 15px 0;
    z-index: 9999;
    border-top: 1px solid #333;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.footer-content {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
}

.highlight-yellow {
    color: yellow;
    font-weight: bold;
}
