.contact-container{height:450px;margin:0 auto;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff),url(/images/back-contact.png);background-repeat:no-repeat;background-size:cover;background-position:50%;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:100px 0}h1{text-align:center;margin-bottom:2rem;color:#333;line-height:1.4em;font-size:1rem}.form-container{padding:2rem}.form{display:flex;flex-direction:column}.formGroup{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;font-weight:700;color:#fff}input,textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:5px;font-size:1rem;color:#333;background-color:#fff!important}textarea{resize:vertical}.submitButton{padding:.75rem 2rem;border:none;border-radius:5px;background-color:#0070f3;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .3s;width:50%;align-self:center;margin-top:1.5rem}.submitButton:hover{background-color:#005bb5}.statusMessage{text-align:center;margin-top:20px}.statusMessage.success{color:green}.statusMessage.error{color:red}