#title{text-align:center;flex-flow:column;justify-content:center;align-items:center;width:60%;height:200px;margin:100px auto 0;display:flex}#contact{max-width:700px;margin:0 auto;padding:40px 20px 80px}#contact form{flex-direction:column;gap:20px;display:flex}#contact form>div{flex-direction:column;gap:8px;display:flex}#contact label{font-size:.95rem;font-weight:600}#contact input,#contact textarea{width:100%;font:inherit;box-sizing:border-box;background:#101010;border:1px solid #cccccc1a;border-radius:6px;padding:12px 14px;transition:border-color .2s}#contact input:focus,#contact textarea:focus{border-color:#333;outline:none}#contact textarea{resize:vertical;min-height:150px}#contact button{background:var(--brand);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:6px;align-self:flex-start;padding:12px 24px;font-weight:600;transition:background .2s}#contact button:hover{background:#444}.form-success,.form-error{border-radius:6px;margin-top:15px;padding:12px 16px}.form-success{color:#e8f5e9;background:#2e7d32}.form-error{color:#ffebee;background:#c62828}#contact button:disabled{opacity:.6;cursor:not-allowed}
