p{
    color: black !important;
}

.mt-3 {
    justify-content: space-around;
    display: flex;
    margin: auto;
    width: auto;
}
.form-group{
    margin-inline: 15px !important;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
}
button#button_send {
    background: black;
    padding: 10px;
    border: none;
    color: white;
}
button#button_send:active{
    background: #f2f2f2;
    padding: 8px;
    border: none;
    color: black;
}
form#contactForm {
    margin-top: 100px;
}
.input-feild {
    width: fit-content;
    display: flex;
    justify-content: center;
    background: #f2f2f2;
    margin: auto;
    border: none;
    border-radius: 0 40px 43px 0;
}

input#msg_subject{
    width: 300px;
}
input#name {
    width: 300px;
}
img#img_contact {
    max-width: 300px;
}
.left{
    margin: auto;
}
.right {
    margin: auto;
}
.button_send {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.info {
    text-align: center;
    padding: 20px;
    width: fit-content;
    margin: auto;
}
h4#info {
    background: #f2f2f2;
    padding: 16px;
}

@media(max-width: 500px){
    .input-feild{
        display: block;
        text-align: center;
    }
    img#img_contact {
        max-width: 320px;
    }
    .right {
        padding: 25px;
        margin: auto;
    }
}