body{background:#fff}#App{position:relative;width:600px;height:100vh;margin:0 auto;background:var(--bg-color)}header{background:var(--bg-dark);height:auto;border-bottom:1px solid hsla(0,0%,100%,.5);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:.7rem 1.5rem}.event-logo{width:40%}.event-logo>img{width:64px;-o-object-fit:cover;object-fit:cover;border:2px solid #fff}.event-title{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:60%}.event-title>.event-date{font-size:.9rem;-ms-flex-item-align:end;align-self:flex-end}.event-title>h3{font-size:1.5rem;font-weight:500;margin-bottom:.5rem;text-transform:capitalize}main#help-main{border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);margin-bottom:1rem;padding:1rem;color:#fff}h4{text-decoration:underline;font-size:1rem;font-weight:500;margin:1rem 0}p{margin-bottom:1rem}footer#footer-help{position:fixed;border-top:1px solid hsla(0,0%,100%,.5);background:var(--bg-dark);bottom:0;width:inherit;color:#fff;font-size:.8rem;text-align:center;padding:1rem 0}