body {
    background-color: #0099cc;  
    overflow-x: hidden;
    overflow-y: scroll;
scroll-behavior: smooth;
}

canvas {
    z-index: -99;
}

.row {
    margin-bottom: 5px;
}

.overlay-text {
    color: #ffffff;
    width: 90%;
    font-size: 1.3vw;
    position: relative;
    top: 10%;
    left: 5%;
    margin-top: 50px;
    text-align: justify;
}

.overlay-text h2 {
    color: #c4c4c4;
    text-indent: 10px;
    text-shadow: 1px 1px 2px black;
    font-family: 'Black Ops One', sans-serif;  /* Changed to 'sans-serif' for better cross-browser compatibility */
}

.overlay-text h1 {
    font-size: 3.5vw;
}