body {
    height: 100vh;
    background-image: linear-gradient(rgba(9, 189, 240, 0.5), rgba(141, 234, 169, 0.5)),
    url("../assets/contact/lyon.jpg");
}

#card {
    background: #fff;
    border-radius: 25px;
}

.container-contact2 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.wrap-contact2 {
    width: 790px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 72px 55px 90px 55px;
}

.title {
    font-size: 250%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-align: center;
}

.formtext {
    text-align: center;
    font-size: 150%;
    font-family: 'Ubuntu', sans-serif;
}

