@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Raleway:wght@300;600&display=swap"); *{box-sizing:border-box;margin:0;padding:0;font-family:"Raleway", Arial, sans-serif}body{background-color:#ffffff;color:#212121;font-size:clamp(0.925rem, 1vw + 0.5rem, 1.25rem);line-height:1.5;min-width:320px}section{text-align:center;padding:clamp(0.5rem, 2vw + 0.1rem, 2rem)}section .content{max-width:990px;margin:0 auto}a,.link{text-decoration:none;color:#205010;transition:color 0.3s ease;cursor:pointer}a:hover,a:focus,.link:hover,.link:focus{color:#4caf50 !important}button{cursor:pointer;text-transform:uppercase;padding:0.5rem;border:2px solid #205010;color:#eeeeee;background-color:#205010;border-radius:0.5rem;font-family:"Oswald", sans-serif;font-size:clamp(0.925rem, 1vw + 0.5rem, 1.25rem);font-weight:600;transition:background-color 0.3s, box-shadow 0.3s}button:hover,button:focus{color:#205010;background-color:#eeeeee;box-shadow:0 4px 8px rgba(0, 0, 0, 0.2)}button:active{box-shadow:0 1px 2px rgba(0, 0, 0, 0.2)}h1,h2,h3{font-family:"Oswald", sans-serif;color:#205010;margin-bottom:1.5rem}h4,h5,h6{font-family:"Oswald", sans-serif;color:#205010;margin-bottom:1rem}p{margin-bottom:1.5rem}h1{font-size:clamp(2rem, 2.5vw + 1rem, 3rem)}h2{font-size:clamp(1.5rem, 2vw + 1rem, 2rem)}h3{font-size:clamp(1.25rem, 1.5vw + 1rem, 1.75rem)}p{font-size:clamp(0.925rem, 1vw + 0.5rem, 1.25rem)}label{font-size:clamp(0.5rem, 0.75vw + 0.5rem, 1.25rem)}@media (min-width: 990px){section{text-align:left}}table{width:100%;border-collapse:collapse;text-align:left;line-height:1.5;margin-bottom:1.5rem}table thead tr th{padding:0.5rem;text-transform:uppercase}table tbody tr:nth-child(odd){background-color:#eeeeee}table tbody tr th,table tbody tr td{padding:0.5rem}table tbody tr th{font-weight:bold}