.error-container {

display: flex;
width: 100vw;
height: 100vh;
align-items: center;
justify-content: center;
flex-direction: column;

} .error-title {

font-size: 4rem;

} .error-hint {

margin: 0.5rem 0 1.5rem 0;
font-size: 1.35rem;
text-decoration: none;

}