.text-overlay {
    position: absolute;
    top: 15%;
    left: 25%;
    width: 65%;
    max-width: 45%;
    text-align: left;
    color: #3b2a1a;
    pointer-events: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
}


.text-overlay h2 {
    margin-bottom: 10px;
    font-family: "Georgia", serif;
}

.text-overlay a {
    color: #5b3a29;
    text-decoration: underline;
    pointer-events: auto;
}

.about-overlay {
    position: absolute;
    top: 13%;
    left: 20%;
    width: 65%;
    max-width: 45%;
    text-align: left;
    color: #3b2a1a;
    pointer-events: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
}
.about-overlay h1{
    
    font-size: 2rem;
    font-family: "Georgia", serif;
    margin-bottom: 20px;
    color: #575047;
}

.about-overlay h2 {
    margin-bottom: 10px;
    font-family: "Georgia", serif;
}

.about-overlay a {
    color: #5b3a29;
    text-decoration: underline;
    pointer-events: auto;
    /* allows link clicking */
}

@media (min-width: 1400px) {
    .about-containers {
        padding: 15px;
        width: 55%;
        margin-left: -20px;
    }

    .about-game-text {
        max-width: 400px;

    }
    .about-overlay {
        margin-left: -80px;

    }
}

@media (max-width: 768px) {
    .about-containers {
        margin: 10px auto;
    }

    .about-game-title {
        font-size: clamp(1.5rem, 6vw, 2.5rem);
        color: #fff8c6 !important;
        
    }

    .about-game-text {
        font-size: clamp(0.95rem, 3vw, 1.1rem);
        margin: 10px;
        color: #fff8c6;
    }

    .about-overlay,
    .text-overlay {
        color: #fff8c6;
        margin-top: -50px;
        margin-left: -45px;
        max-width: 500px;
    }

    .about-overlay a,
    .text-overlay a {
        color: #fff8c6;
        text-decoration: underline;
    }
}

@media (max-width: 480px) {
    .about-game-title {
        font-size: 1.8rem;
        color: #fff8c6;
    }

    .about-game-text {
        font-size: 1rem;
        line-height: 1.5;
        color: #fff8c6;
    }
}