.grid-container{
position: fixed;
animation: fadeIn;
  animation-duration: 3s; 
}

#inspired{
  font-size: 12px;
  text-decoration: none;
  color: rgb(0,0,0,0.5);
}

html, body {
  margin: 0; height: 100%; overflow: hidden;
}

body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
  overflow : scroll;
  position: relative;
}


#thecheckbox[type="checkbox"] {
        background-color: black !important;
        color: white;
        height: 1.2vh;
        width: 1.2vh;
}