.container-error-page {
    display: flex;
    flex-direction: column;
    justify-content: center;

    height: calc(100vh - 100px);

    text-align: center;
}

.container-error-page h1 {
    padding-bottom: 30px;
}
