main{display:flex;background-color:#fff;min-height:100dvh;max-width:80rem}main>section{flex:1 1;padding:0 2rem}header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:4rem}header h1{font-size:clamp(2rem,10dvw,5rem);overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;font-weight:700;color:#aaa}header h1 .heading-accented{color:#fd5d69}aside{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#f5f5f5;box-shadow:.5rem .5rem .5rem #dcdcdc;width:clamp(13rem,33vw,15rem);max-width:15rem;height:100dvh;margin-right:.75rem}aside h2{font-size:3rem;text-transform:uppercase;font-weight:700}aside h2 .heading-accented{color:#fd5d69}