.about_text_box{
    background-color: var(--blue0);
    position: relative;
    width: 100%;
    min-height: 80vh; /* or whatever height you want */
    display: flex;
    justify-content: center;  /* horizontal centering */
    align-items: center;      /* vertical centering */
    padding: 1px;             /* prevents margin collapse */
}

.about_text{
    color: var(--base);
    text-align: justify;
    width: 70%;
    padding-top: 2vw;
}

.about_text_error{
    color: var(--base);
    text-align: justify;
    width: 70%;
    padding-top: 2vw;
    font-size: 3vw;
}