body{
  font-size: 20px;
  font-family: 'Shadows Into Light', cursive;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

  .userforms{
    width: 1000px;
    background:white;
    box-shadow:2px 2px 2px 2px black;
    margin-left: 25%;
    text-align: center;
  }
  
  .list {
    width: 800px;
    background:white;
    box-shadow:2px 2px 2px 2px black;
    margin-left: 25%;
  }


.bg-img {
  /* The image used */
  background-image: url("online_shopping.jpeg");

  min-height: 400px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Needed to position the navbar */
  position: relative;
  
}

/* Position the navbar container inside the image */
.container {
  position: absolute;
  margin-top: 3%;
  margin-left: 2%;
}

/* The navbar */
.topnav {
  float: right;
  margin-right: 0;
  margin-top: 3%;
}
.topnav a {
  float: left;
  color: #068803;
  text-align: center;
  padding: 14px 16px;
  font-size: 30px;
}

footer {
  width: 100%;
  margin-top:50px;
  background-color: black;
  text-align: center;
}

.carddiv{
  margin-left: 10%;
  margin-right: 10%;
}

.card-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.card-container-index{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
}


.card {
  text-decoration:none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 600px;
  max-height: 600px;
  margin: auto;
  text-align: center;
  padding: 2%;
  background-color: #faf0f5b9;
}

  /* Position the navbar container inside the image */
  .container {
    position: absolute;
    margin-top: 3%;
    margin-left: 2%;
  }
  .inpageheading{
    font-size: 25px;
    text-align: center;
    background-color: rgb(201, 226, 248);
    font-weight:bolder;
  }
  