﻿
.pageheader {
    font-family: sans-serif !important;
    font-size: 24px !important;
    color: #333333;
    font-weight: bold !important;
}

.pagecontent {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 200px); /* adjust 60px if you have a header/navbar height */
    overflow: hidden;
    font-family: sans-serif !important;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.34px;
    line-height: 24px;
    margin-top: 10px;
}


.responsive-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}

