.error-page {
    background: #fff;
    min-width: 100%;
    min-height: 100%;
    text-align: center;
}

.error-page__image {
    margin: auto;
    position: relative;
    transform: translateY(50%);
    max-width: 100%;
}
