body {
  overflow-y: hidden;
}
.dashboardDiv h1 {
  text-align: center;
  color: #ff4f00;
  margin: 1rem 0rem 0rem 1rem;
}
.dashboardDiv h2 {
  text-align: center;
}
.dashboardDiv a {
  text-decoration: none;
  color: black;
}
#cardsContainer {
  object-fit: contain;
  cursor: pointer;
  width: 25rem;
  margin: 2rem;
}
#innerCardDiv:hover {
  transform: translate3D(0, -1px, 0) scale(1.03);
  box-shadow: 8px 28px 50px rgba(39, 44, 49, 0.07),
    1px 6px 12px rgba(39, 44, 49, 0.04);
  transition: all 0.4s ease;
}
/* .websitesdiv {
  display: flex;
  margin: 2rem 2rem 2rem 2rem;
  justify-content: space-between;
} */
.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 16%;
}
.websitesdiv {
  margin: 2rem 3rem 0rem 3rem;
}
.websitesdiv .card-wrapper {
  flex: 1 1 30%;
  margin: 1rem;
  box-sizing: border-box;
}
.row {
  justify-content: space-between;
}
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 0 !important;
  max-width: 100%;
}
