html, body
{
    margin: 0;
    padding: 0;
    background-color: rgba(245,245,245,1);
}
.pagebox
{
    position: relative;
}
*
{
    word-break: normal!important;
    font-family: Verdana,Geneva,sans-serif!important;
}
html
{
    overflow-x: hidden;
}
body
{
    overflow-x: hhidden;
}