.HeaderRight, .HeaderTop, .Footer
{
    display: none !important;
}
.Header
    {
        position: relative;
        background-color: var(--main-color);
    }
    body
    {
        background-color: white;
        font-family: "Poppins";
        font-weight: 300;
    }
    .pageContent
    {
        padding: var(--main-padding);
        padding-block: 3%;
    }
    h1
    {
        font-family: 'Poppins';
        font-weight: 600;
        color: var(--main-color);
        font-size: 25px;
    }
    h2
    {
        font-size: 20px;
        font-weight: 600;
    }
    h3
    {
        font-weight: 600;
        font-size: 17px;
    }
    .HeaderTopRight
    {
        display: none;
    }