section {
  margin: 1rem auto 1rem auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  gap: 2rem;
}
section h3 {
  text-align: center;
  margin-bottom: 2rem;
}

section a {
  color: black;
}
section li a {
  color: blue;
}
section li a:hover {
  text-decoration: underline;
}
section p a {
  color: blue;
}
section p a:hover {
  text-decoration: underline;
}
section p {
  font-size: 1.5rem;
}
.navigation {
  margin: 1rem auto 1rem auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 1.5rem;
}
.navigation li {
  width: 25rem;
  display: flex;
  justify-content: center;
  padding: 2rem;
  border-radius: 5rem;
  gap: 1rem;
}
.navigation a {
  color: rgb(0, 0, 189);
}
.navigation li:hover {
  background-color: #a9a9a9;
  cursor: pointer;
}
.reg-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.reg-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

table p {
  float: left;
  padding: 5px;
}
.table-head {
  width: 35rem;
  background-color: #dbdedb;
}
.right {
  width: 10rem;
}
.reg-content h4 a {
  color: blue;
}
.reg-content h4 a:hover {
  text-decoration: underline;
}
.reg-content ul {
  list-style-type: disc;
}
.double-list li {
  list-style-type: circle;
  width: 90%;
  margin: 1rem auto 0 auto;
}
.triple-list li {
  list-style-type: decimal;
  width: 90%;
  margin: 1rem auto 0 auto;
}
button {
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 1rem;
  background-color: #1a6cc4;
  color: #fff;
  padding: 1rem;
  cursor: pointer;
}
.button-serv {
  width: 35%;
  margin: 0 auto;
}