.wrapper{display:flex;width:100%;height:100vh}.left-side{display:grid;width:50%;height:100%;grid-template-rows:100px 1fr 1fr 1fr;padding:2rem 2rem 1rem;background-color:#022449;grid-gap:1em;gap:1em}.left-side img{max-height:100px}.right-side{display:flex;width:50%;height:100%}.title{color:#fff;font-size:2em;font-weight:700;align-self:center}.description{color:#fff;font-size:1.2em;color:#f27d42}.logo{color:#fff;font-weight:700;font-size:1.35em;text-transform:uppercase}#code{width:-moz-fit-content;width:fit-content;background:#fff;padding:1.5em;border-radius:.5em;margin-bottom:1.5em}