.error_container {
    display: block;
    position: relative;
    width: 100%;
    height: 50vh;
}

.error_container .error_title {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-family: var(--font9);
}

.error_container .error_message{
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-family: var(--font9);
}