.error-block .error-code{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.error-block .error-code h1{
    color: var(--main);
}
.error-block .error-code h2{
    color: var(--secondary_text);
}