.NotFound {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NotFound-contentWrapper {
    width: 500px;
}
.NotFound-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.NotFound-img {
    max-width: 500px;
}