body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#ffffff;color:var(--dark-gray);min-height:100vh}body{display:flex;flex-direction:column}#__next{flex:1 0 auto;display:flex;flex-direction:column;min-height:100vh}*{box-sizing:border-box}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#c0c0c0;border-radius:4px}:root{--primary-yellow:#E6B800;--primary-blue:#1A1F4D;--accent-red:rgb(207,145,107);--off-white:#F7F7F7;--dark-gray:#333333;--deep-gray:#111111}h1{font-size:2rem}h1,h2{margin:.5rem 0}h2{font-size:1.5rem}h3{font-size:1.25rem;margin:.5rem 0}p{line-height:1.6;margin:.75rem 0}button{cursor:pointer;font-family:inherit}.text-center{text-align:center}.btn{display:inline-block;background-color:var(--accent-red);color:#ffffff;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;transition:opacity .2s ease-in-out;text-decoration:none}.btn:hover{opacity:.9}