.nav-item {
  padding: 10px;
}
.nav-link {
color: #000046! important;
}
.nav-link.active,
.nav-link:hover {
color: #FF0707! important;
}

.p-5 {
    margin-top: 50px;
}
footer {
    background-color: #000046;
  }
  footer img {
    height: 5rem;
  }