.main {
  margin-top: 10vh;
}
.small-icon {
  height: 2rem;
  width: 2rem;
  padding: 0.3em;
}
.deco-none {
  color: inherit;
  text-decoration: inherit;
}

.deco-none:link {
  color: inherit;
  text-decoration: inherit;
}

.deco-none:hover {
  color: inherit;
  text-decoration: inherit;
}

/* hacer un poco mas visible el player de audio*/
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #c9c9c9;
}
/* se puso un hr para dividir un poco mejor las secciones de la pagina*/
hr.light {
  border-top: 1.5px solid #e0e0e0;
  width: 60%;
}
