#container {    
    margin-bottom: 2em;
    min-height: 100%;
    overflow: auto;
    padding: 0 2em;
    text-align: justify;
}
#footer {
    bottom: 0;
    height: 2em;
    left: 0;
    position: fixed;
    font-size: small;
    width:100%;
    background-color: #0055b8;
    color: white;
    text-align: center;
}

#Titulo-azul{
  color: #0055b8;
  margin-top:20px;
  bottom: 30px;
  margin-left: 50px;
  font-size: 40px;
  font-weight: bold;
}

select {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: cursive, sans-serif;
  outline: 0;
  background: #0055b8;
  color: white;
  border: 1px solid crimson;
  padding: 4px;
  border-radius: 9px;
}

#profile-wrapper{
  text-align: center;
}

#titulo-filtro-izquierda{
  text-align: left;
  color: #6258D3;
}

#profile-pic{
  width: 150px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*Modo Oscuro*/
.dark-mode-button{
  position: absolute;
  top: 20px;
  left: 80%;
  padding: 20px;
  background:  #0055b8;
  color: white;
  border-color:black;
  border-style:solid;
  border-radius: 35px;
  border-width:3px;
}

.dark-mode{
  filter: invert(100%);
}

.dark-mode img{
  filter: invert(100%);
}

.dark-mode h1{
  filter: invert(100%);
}
/*-------------------*/
