*{
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
#footer{
    margin: 30px;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 20px;
}
#footer #footer-part1, #footer-part2, #footer-part3, #footer-part4, #footer-part5{
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 17px;
}