Iowa Statewide High School AI Hackathon
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Source+Code+Pro:wght@400;500&display=swap'); .hack-page { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; color: #282828; background: #ffffff; -webkit-font-smoothing: antialiased; line-height: 1.65; max-width: 100%; overflow-x: hidden; } .hack-page *, .hack-page *::before, .hack-page *::after { box-sizing: border-box; margin: 0; padding: 0; } .hack-page a { color: inherit; } .hack-page img { max-width: 100%; […]