 /* TEXT CONTAINERS  */

.text_container {
    position: absolute;
    z-index: 17;
    word-wrap: break-word;
    overflow: hidden;
    /* font-size: 0.8vw;
    line-height: 0.8vw;
    letter-spacing: 0.8vw; */
    letter-spacing: 0.2vw;
    font-size: 0.50vw;
    line-height: 210%;
    font-family: "BauProRegular";
    color: #A2ABB4;   
    text-align: justify;
}

#text_container_top {
    top: 0.18%;
    left: 0.5%;
    right: 0.5%;
    /* width: 28.895%; */
    width: 100%;
    height: 20%;
}

#text_container_bottom {
    top: 79.6%;
    left: 0.5%;
    right: 0.5%;
    width: 100%;
    height: 20%;
}

#text_container_right {
    top: 20.3%;
    left: 71.3%;
    right: 0.5%;
    width: 29.5%;
    height: 59.7%;
}

#text_container_left {
    top: 20.3%;
    left: 0.5%;
    width: 28.5%;
    height: 59.7%;
}

 /* INSERTED SENTENCES */

 .inserted_sentence {
    color: white;
 }

/* TEXT HIGHLIGHT */

.textprinter_highlight {
    /*color: #f2f4f7;*/
    animation-duration: 0.3s;
    animation-name: highlight;
}

@keyframes highlight {

    20% {
        /* color: #9fa5ae; */
        color: #c9cdd4;
    }

}
