.contact-me {
    background-color: rgb(25, 32, 69);
    border-radius: 10px;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.contact-dp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-dp img {
    height: 20rem;
    border-radius: 187px;
    margin: 45px 0 0 0;
}

.contact-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
}

.contact-socials a {
    color: #fff;
}

.contact-socials-container {
    margin: 7px 40px 15px 30px;
}

.contact-box p {
    margin: 0 25px 0 25px;
    text-align: center;
}

.contact-email {
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* Responsive for mobile */

@media (max-width: 500px) {
    .contact-socials-container {
        margin: 7px 24px 15px 28px;
    }
}
@media (max-width: 350px) {
    .contact-socials-container {
        margin: 7px 15px 15px 18px;
    }
    .contact-dp img {
        height: 15rem;
        border-radius: 187px;
        margin: 45px 0 0 0;
    }
}

footer {
    margin: 0;
}
    