html {
  scroll-behavior: smooth;
}

.top {
  margin-top: 2rem;
}

.grey {
  z-index:-1;
  background-color:#f5f5f5;
  min-width:100%;
  border-radius: 6px;
}

.id {
  background-color: #ffffff;
}

.imgid {
  min-width:100%;
  border-radius: 6px;
  border: 1px solid #000;
}

/*.grey {
  /*background-image: url("../img/Capture6.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #000;
  width: 100%;
}*/

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
