body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: rgb(238, 228, 255);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

hr {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

h1,
h2,
h3 {
  text-align: center;
  color: rgb(21, 20, 21);
}

p {
  color: rgb(21, 20, 21);
  width: 70%;
  font-size: 1.5rem;
}

.pClass {
  text-align: center;
  color: rgb(21, 20, 21);
  width: 80%;
}

.topnav {
  background-color: rgb(160, 140, 233);
  overflow: auto;
  width: 100%;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #3904aa;
  color: white;
}

.image7 {
  height: 27%;
  width: 27%;
  float: right;
  margin: 5px;
}

.aClass {
  color: rgb(21, 20, 21);
}

.image9 {
  height: 35%;
  width: 35%;
  float: right;
  margin: 5px;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  border-radius: 25%;
  padding: 15px;
  font-size: 15px;
}
