.error-page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--footer);
    width: 100%;
    height: 100vh;
}

.fa-face-frown{
    font-size: 120px;
    color: var(--grey-200);
}

.error-title{
    font-size: 60px;
}