@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap";*{box-sizing:border-box}*,html{line-height:1rem;font-family:Libre Franklin,sans-serif}*,body,html{padding:0;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h3{font-size:3.2rem;text-align:center;padding:1rem;font-weight:500}section{display:flex;align-items:center;justify-content:space-evenly;height:100vh;width:100%}section div,section img{height:auto;width:100%}section img{width:50%}section div{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media screen and (max-width:900px){section,section:nth-child(2n){flex-direction:column-reverse}section img{height:auto;width:auto;max-width:100vw}}