@import url(https://fonts.googleapis.com/css2?family=Felipa&family=Oswald:wght@200..700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Felipa&display=swap);*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}body{font-size:1.6rem;font-family:Arial,sans-serif}body main{display:flex;flex-direction:column;width:100%;min-height:calc(100vh - 50px - 25px);margin:50px 0 0;padding:0 6rem;text-align:center;background:repeat 60%/70% linear-gradient(#fffc,#fffc),url(preview900.764e99cbe4e59d7f6d30.png);background-size:300px}body main section{max-width:600px;margin:0 auto;padding:1rem 0}body main section>p{text-align:justify}h1,h2,h3{font-family:Oswald,sans-serif;color:#0c7854;text-transform:uppercase}h1{margin:3rem 0;font-size:4rem}h2{margin:2rem 0;font-size:3.2rem}a{text-decoration:none}a:hover{cursor:pointer}button{text-transform:uppercase}button:hover{cursor:pointer}li{list-style-type:none}img{display:block;width:100%;max-height:100%}table{border-collapse:collapse;font-size:1.4rem}table thead th{padding:1.4rem;font-weight:600}table tbody tr td,table thead th{border:1px solid #ccc;text-align:center}table tbody tr:nth-child(odd) td{background-color:#f9f9f9}table tfoot th{border-top:1px solid grey}input[type*=date],input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{display:inline-block;font-size:1.6rem;font-family:Arial,sans-serif;color:#333;border:1px solid #ccc;border-radius:.6rem}textarea{display:block;resize:none}input:focus,textarea:focus{outline:none}::placeholder{font-weight:400;color:#ccc}