.navigation {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.content-contact {
    /* height: 400px; */
    height: 100vh;
    margin-top: 10px;
    padding: 10px;
    position: relative;
}

.content-contact h2 {
    margin-left: 180px;
}

.content-contact::after {
    content: "";
    background-image: url('../back3.jpg');
    position: absolute;
    top: 0;
    width: 99%;
    height: inherit;
    border-radius: 20px;
    opacity: 0.15;
    z-index: -1;
}

.form-box {
    margin-left: 180px;
    margin-top: 5px;
    border-radius: 8px;
}

.form-box input,
textarea {
    width: 44vw;
    padding: 10px 6px;
    border: 2px solid rgb(224, 158, 36);
}