body {
    background-color: #000046;
}
section {
    margin-top: 100px;
}
.form-section p {
    color: white;
    font-size: 20px;
}
.form-section input {
    background-color: transparent;
    border: solid 1px #FF0707;
}
.form-section textarea {
    background-color: transparent;
}
.nav-item {
    padding: 10px;
  }
.nav-link {
  color: #000046! important;
}
.nav-link.active,
.nav-link:hover {
  color: #FF0707! important;
}