body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",  Roboto,  Arial,  sans-serif;
    font-size: 16px;
}

.imgbox {
    display: grid;
    height: 100%;
    max-width: 600px; 
}
        
.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.container {
    line-height: 28px;
    background: rgb(216, 216, 216);
}

#cols{
display:flex;
justify-content:space-between;
width:100%;
}

a {
    color:white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

H1 {
    text-align: left;
    color:rgb(0,0,0);
    font-size:24px;
    font-weight: bold;
}

H2 {
    text-align: left;
    color:rgb(0,0,0);
    font-size:20px;
    font-weight: bold;
}
.cpr {
    text-align: center;
    padding-right: 0px;
    color:rgb(0,0,0);
    font-size:16px;
    font-weight: normal;
    background:rgb(216, 216, 216);
}