.not-found-content{
    min-height: 40vh;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    flex-direction: column;
    line-height: 35px;
}
.not-found-content-title{
    color: white;
    font-size: 24px;
    font-weight: 800;
  
}
.not-found-content-desc{
    color: white;
    font-size: 13px;
  
}