body {
  color: aliceblue;
}
h1 {
  color: aliceblue;
  
}
h2 {
    margin-bottom: 3px;
    color: aliceblue;
}
h3 {
  color: aliceblue;
font-size: 2em;
}
.h5 {
}

.navbar {    
    background: #000099 !important;
        }
.navbar-collapse    {
    align-items: center;
    justify-content: space-between;
}
.navbar-nav .nav-link  {
  font-size: 18px; /* Tamaño de fuente */
  font-family: Georgia, 'Times New Roman', Times, serif; /* Fuente Arial */
  color: rgb(253, 253, 253); /* Color blanco */
}
.navbar-nav .nav-link:hover {
  color: lightgray; /* Cambia de color al pasar el ratón */
}
.footer {
  background-color: #f0921f;
}

