nav {
    padding: 15px;
    text-align: center;
    color: inherit;
    text-decoration: none;
    margin: 0 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    background-color: #ae81b9;
    margin-top: 10px;
    margin-bottom: 10px;
}

nav a:hover {
    text-decoration: none;
    color: #ffffff;
}

li {
    display: block;
    unicode-bidi: isolate;
}

ul {
    list-style-type: disc;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
  font-weight: 20px;
}

.a1 {
  color: white;
  background-color: rgb(89, 0, 131);
  font-size: 20px;
  font-weight: bold;
  text-decoration: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  text-align: center;
}

.p1 {
  text-align: left;
  line-height: 45px;
  font-family:'Times New Roman', Times, serif;
}

p {
  text-align: left;
  line-height: 45px;
  font-family:'Times New Roman', Times, serif;
}

span {
  font-weight: bold;
}

div {
  border-top: 20px solid #b97efd;
}

img {
  width: 190px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
