/**********************************************************************
 *
 *  /assets/css/background.css (v=20250424)
 *
 *  Asia-Pacific Typhoon Collaborative Research Center (AP-TCRC)
 *
 **********************************************************************/

body {
    position: relative;
    background-color: transparent;
    background-image: url('/assets/images/page-background.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(218, 230, 245, 0.88);
    z-index: -1;
}

