h1 {
    color: rgb(19, 141, 141);
  }

  body {
    background-color: rgb(0, 0, 0);
  }

.fullcenter {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.notfoundimg {
    width: 50%;
    border-radius: 10px;

}

.blurred {
    /* background-image: url('assets/difficulties.gif'); */
    width: 50%;
    border-radius: 10px;
    background-size: cover;
    filter: blur(3px);
  }