body{
    
    font-family:'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.5;
}


body.bkg{
    background-image: url('../images/Patupat.png');
    background-size:cover;
    background-position: center;
    position:relative;
    overflow-x:hidden;
    display:flex;
    flex-direction: column;
    opacity: 0.95;
    z-index: -255;
}
