:root {
  --blue: #000e67;
  /* --gold: #cb9f48; */
  --gold:#f0b323;
  --white: #ffffff;
  --marginSection: 5rem;
}

* {
  text-align: justify;
}
.important_links h4{
  text-align: center;
}

section {
  width: 80%;
  margin: auto;
}
.admission_data {
  margin-top: 5%;
}
.admission_data p {
  margin-bottom: 2.5%;
}
.admission_data h3 {
  color: var(--gold);
  margin-bottom: 2%;
  display: inline-block;
  padding: 4px 10px;
  background-color: #000e67;
  color: var(--gold);
  border-radius: 38px;
  box-shadow: 0px 3px;
}
.instructions h3 {
  color: var(--gold);
  margin-bottom: 2%;
  display: inline-block;
  padding: 4px 10px;
  background-color: #000e67;
  color: var(--gold);
  border-radius: 38px;
  box-shadow: 0px 3px;
}

.instructions ol li {
  padding: 1%;
}
.instructions ol ul {
  padding-left: 3%;
}

