* {
  /* margin: 0; */
  padding: 10px;
}

.head {
  background-color: rgb(243, 233, 255);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  /* display: inline; */
  margin: 0px, 15px, 0px, 0px;
}

#service1,
#service2,
#service3 {
  display: flex;
  /* flex-direction: row; */
  justify-content: flex-start;
  /* align-items: center; */
  margin: 0 0 0 200px;
}

/* .head #logo{
  position: ;
  left: 40 px;
} */

/* Add a black background color to the top navigation */
.topnav {
  background-color: rgb(243, 233, 255);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #201c1c;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ff0062;
  color: rgb(255, 255, 255);
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #ff0062;
  color: white;
}

html {
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
  color: white;
}

.resourcebox {
  background-color: #04AA6D;
  /* Green */
  border-radius: 8px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
}

.resourcebox:hover {
  background-color: #045aaa;
  /* Green */
  color: white;
}


.readpage div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 500px;
  background-color: #f1f1f1;
  /* height: 5 px; Full height */
  position: sticky;
  /* Make it stick, even on scroll */
  overflow: auto;
  /*Enable scrolling if the sidenav has too much content*/
  /* display: flex; */

}

.readpage {
  display: flex;
  flex-direction: row;
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

li a.active {
  background-color: #04AA6D;
  color: white;
}

li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

/* a:link, a:visited {
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: red;
} */

footer {
  background: #252525;
  color: #ffffff;
  text-align: center;
}