html, body, canvas { width: 100%; height: 100%; background: #E5D0F2; } html, body { display: flex; } h1 { font-family: 'Libre Baskerville', serif; font-size: 1.2vw; font-weight: 600; color: #396873; } h2 { font-family: 'Libre Baskerville', serif; font-style: italic; font-weight: 200; font-size: 1.2vw; color: #396873; } .h2-text { font-family: 'Libre Baskerville', serif; font-style: italic; font-weight: 200; font-size: 1.2vw; color: #396873; } .info-container { display: block; width: 15vw; padding-top: 1.5vw; padding-left: 1.5vw; padding-bottom: 1.5vw; } .info-top { width: 100%; height: 50%; } .title { padding-bottom: 1vw; border-bottom: 0.1px solid #396873; } .info-bottom { display: table-cell; height: 50%; vertical-align: bottom; }