body {
  background: #fff;
  padding: 0px;
  margin: 0px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}

label {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  height: 7vh;
  width: 20vw;
  position: absolute;
  top: 13%;
  left: 50%;
  margin: 0 0 0 -10vw;
}

#logo {
  height: 12vh;
  width: 12vh;
  position: absolute;
  top: 7.5%;
  left: 50%;
  margin: -6vh 0 0 -6vh;
  z-index: 5;
}

#table {
  height: 72vh;
  width: 75vw;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -35vh 0 0 -36vw;
}

#viewbtn {
  text-align: left;
  height: 5vh;
}

/* Check */
card {
  height: 5vh;
  width: 75vw;
  position: absolute;
}

#loadMorebtn {
  height: 5vh;
  width: 10vw;
  margin: 0 0 0 +32.5vw;
}



@media (max-width: 1200px) {
  #logo{
    display: none;
  }
}
@media (max-width: 1000px) {
  #namelbl {
    top: 11%;
    width: 100vw;
    left: 0;
  }

  #table {
    top: 60%;
  }
}
