@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap';html,body{background:#ddd;padding:0;margin:0;outline:0;box-sizing:border-box}body,input,button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px}*{box-sizing:border-box}a{text-decoration:none}ul{list-style:disc}body{margin:0 auto;padding:0}#container{margin:0 auto;max-width:1100px;height:auto;padding:0}header{width:100%;margin-top:0;padding:20px;background:#466c0d}header h1{text-align:center;color:#f3f3f3}header h1 a{color:#f3f3f3}section{margin:0 auto;max-width:100%;min-height:600px;padding:10px 50px;background:#f4f4f4;border:1px solid #aaa}section h2{text-align:center;color:#333}section p{color:#111;font-size:14px}form{width:90%;margin:15px auto}label{margin-top:15px;display:inline-block}input{width:99%;padding:4}input[type=submit]{background:#466c0d;color:#fff;width:30%;height:auto;padding:7px 14px;margin:20px auto;font-weight:700;border-radius:8px;cursor:pointer}input[type=submit]:hover{background:#266c0d}textarea{width:99%;height:100px}footer{width:100%;height:auto;line-height:30px;background:#66c054}footer p{text-align:center;font-size:12px}