
.errorPageWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #e0f0ff;
}
.errorHintContent{
    color: black;
}
.errorTitle{
    font-size: 160px;
    font-weight: bold;
    letter-spacing: 5px;
}
.errorContent{
    margin: 20px 0;
    line-height: 30px;
}

