 #input-containers {
    background:#f3f3f3 ;
    padding: 2rem;
    height: auto;
    border-radius: 5px;
}
.contact__form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    /* margin-right: 4rem; */
    border-radius: 25px;
}

.form__name {
    display: flex;
    gap: 1.2rem;

}

.contact__form input[type="text"] {
    width: 50%;

}

input, textarea {
    width: 100%;
    background: var();
    color: #000000;
    outline: none;
}

.contact__form .btn {
    margin-top: 1rem;
    cursor: pointer;
}