.error-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient( rgba(2, 94, 161, 0.6), rgba(2, 94, 161, 1) ), url('../images/samgmu.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.error-container .error-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    width: 50%;
}

.error-text h1 {
    font-size: 100px;
    line-height: 105px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.error-text h2 {
    font-size: 75px;
    line-height: 83px;
    font-weight: 700;
    text-align: center;
}

.error-text p {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
}