body {
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.footer {
    color: #FFD700;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-section {
    margin: 10px;
    flex: 1;
    min-width: 200px;
}

.footer-section h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #FFD700;
}

.footer-section p {
    margin: 0;
    color: #FFD700;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.social-icon {
    color: #FFD700;
    font-size: 24px;
    text-decoration: none;
}

.social-icon:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;

    background-color: #000000;
    color: #FFD700;
    width: 100%;
    font-size: 14px;
}
