footer {
    background-color: black;
}

.edited {
    /* color: rgb(32, 134, 251); */
    color: white;
    text-align: center;
    font-size: 25px;
    padding-top: 10px;
}

.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: white;
    padding: 0 50px 30px 50px;
    margin-top: 20px;
}

.footer-left {
    display: flex;
    flex-direction: column;
}

i.fa-home,
i.fa-phone,
i.fa-envelope,
i.fa-whatsapp,
i.fa-youtube {
    margin-top: 10px;
    font-size: 25px;
    cursor: pointer;
    color: white;
}

i.fa-youtube:hover {
    color: red;
}

i.fa-home:hover,
i.fa-envelope:hover {
    color: yellow;
}

i.fa-phone:hover,
i.fa-whatsapp:hover {
    color: rgb(8, 255, 8);
}

h2.reach {
    color: #00FF00;
    margin-bottom: 10px;
}

h2.direction {
    margin-bottom: 20px;
    color: #00FF00;
}

p.credit {
    color: white;
    font-size: 16px;
    padding: 5px 0;
}

@media (max-width:600px) {
    .container {
        padding: 0 10px;
    }

    .footer-right {
        margin: 30px 0;
    }
}

@media (max-width:400px) {
    .edited {
        font-size: 15px;
    }

    i.fa-home,
    i.fa-phone,
    i.fa-envelope,
    i.fa-whatsapp,
    i.fa-youtube {
        font-size: 18px;
    }

    p.credit {
        font-size: 10px;
    }

    footer iframe {
        height: 150px;
        width: 220px;
    }
}