head
{
    margin: 0px;
    padding: 0px;
}

body 
{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: Nunito-Regular;
}

.page 
{
    width: 100%;
    height: 297mm;
    margin: 20px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: inherit;
}

.SitePage
{
    width: 100%;
    min-height: 100%;

    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.SitePage::-webkit-scrollbar 
{
    display: none;
}

