

a{
    text-decoration: underline;
    color: blue;
  }

  /* otherdata */
.otherdata-section-container{
    position: relative;
  }
  .otherdata-section {
    position: relative;
    top: 9rem;
  }


  .otherdata-icon {
    color: #000440;
    font-size: 50px;
    border: 2px solid #000440;
    padding: 10px;
}

.otherdata-header {
    color: #000440;
    /* font-family: "NeueHaasUnicaPro", clean, sans-serif; */
    font-weight: 700;
    font-size: 3rem;
}

.otherdataes-container ol {
    /* font-family: georgia, palatino, serif; */
}

.otherdataes-container ol li::marker{
    color: gray;
    /* font-family: "Yale", serif; */

}

h3 {
    font-weight: bold;
}

/* Footer */
footer {
    position: relative;
    margin-top: 200px;
  }
  
  .credit {
      color: white;
  }
  
  .credit:hover {
      color: #ffffee
  }