.error-page .content {
    display: flex;
    flex-direction: column;
}

.error-page .first-box {
    align-items: center;
    height: 35%;
    justify-content: center;
    text-align: center;
}

.error-page p {
    padding-top: 2px;
}

.error-page .last-box {
    height: 65%;
}

.error-page img {
    margin-top: auto;
    max-height: calc(100% - 50px);
    width: calc(100% - 40px);
}
