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;
}
.info-container {
display: flex;
width: 10vw;
padding-top: 1.5vw;
padding-left: 1.5vw;
padding-bottom: 1.5vw;
}