#center_log {
    position: absolute;
    display: flex;
    max-height: 17vh;
    justify-self: center;
    margin-top: 10vh;
}

#prolog {
    display: flex;
    font-family: monospace;
    font-weight: 900;
    font-size: xx-large;
    text-align: center;
    position: absolute;
    justify-self: center;
    top: 30vh;
}