.footer-section{
    background-color: #10012C;
    color: #FFA01B;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    text-align: center;
}

.footer-first{
    font-size: 0.9rem;
}

.footer-second{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-second a{
    color: white;
}

.footer-second a:hover{
    color: rgb(255, 225, 0);
}