@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,300;1,600&display=swap');*,*::before,*::after{box-sizing:border-box}*{padding:0;margin:0}body{min-height:100vh;height:auto}h1,h2,h3,h4,h5,h6{line-height:1;margin-bottom:10px;margin-top:0px}p{line-height:1.3;margin-bottom:10px}label{display:flex;flex-direction:row;align-items:center;margin-bottom:7px}body{position:relative;height:100%;font-family:'Open Sans',Verdana;background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('https://www.elfenbenstorm.com/hubfs/Stock%20images/graffiti.jpg');background-size:cover;background-repeat:no-repeat;padding:1px 0px}header{text-align:center;color:#fff;margin:30px auto;padding:30px 50px;max-width:600px;border-radius:30px;background:rgba(0,0,0,0.7)}#description{text-align:center;font-style:italic}.form-group{margin-bottom:20px}#survey-form{max-width:600px;margin:30px auto;padding:30px 20px;background:rgba(0,0,0,0.7);border-radius:30px;color:#fff}#survey-form fieldset{margin-bottom:30px;padding:0px 20px}#survey-form legend{font-size:20px;font-weight:700;text-transform:uppercase;padding-bottom:10px}textarea,select,input[type="text"],input[type="email"],input[type="number"]{width:100%;border-radius:5px;border:1px solid silver;padding:10px}input[type="radio"],input[type="checkbox"]{margin-right:10px}#submit{font-size:18px;background-color:#b2e3c9;width:100%;border-radius:10px;border:1px solid transparent;padding:10px}@media only screen and (min-width:1024px){header{max-width:800px}#survey-form{padding:40px 50px;max-width:800px}}