body {
  margin: 0;
  font-family: 'Poppins';font-size: 22px;
}

.header {
  text-align: center;
}

.logoimage img {
  width: 80%;
  height: 80%;
  margin: 0px;
  float: center;
  box-shadow: none;

}

.heading{
  font-size: 50px;
  font-weight: 600;
  background-image: linear-gradient(to left, #553c9a, #b393d3);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}


/* --------------TOP NAV styling begins ---------*/

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 18%;
  background-color: #C3B1E1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

ul li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

ul li a:hover:not(.active) {
  background-color: #555;
  color: white;
}


/* --------------TOP NAV styling ends ---------*/

.content {
  margin-left: 15%;
  padding: 1% 2%;
  height: 100%;
}


img {
    width: 90%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.1);

}

/* Create two equal columns that floats next to each other */
.column {
  float: center;
  width: 33%;
  padding: auto;
}

.column img {
  margin-top: 2%;
  margin-left: 2%;
  padding: 0px;
}


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4%;
}

