html {
    height: 100%;
}
body {
    font-family: 'Work Sans', sans-serif;
    font-size:75%;
    overflow:hidden;
    height:100%;
}
.text-serif {
    font-family: 'Times New Roman', Times, serif;
}
.page-title {
    font-weight:700;
    font-size:1.5rem;
}
main {
    overflow-y: auto;
    flex-grow: 1;
    height:100%;
}

section:not(.active) {
    display: none!important;
}
p {
    color:rgba(0,0,0,.8);
}
img {
    /* max-height:90vh;
    max-width:100%; */
    flex-grow:0;
    height:auto;
    max-width:100%;
    align-self: center;
    padding:1rem;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom:1.5rem;
}

#section-product-design {
    height:100%
}