body{
  background-color: black;
  color: white;
  margin: 10px;
}

header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: forestGreen;
  padding: 0 0 0 10px;
  position: relative;
  margin-top: -8px;
}

#menu{
  width: 100%;    
  height: 30px;
  background-color: forestGreen;
  text-align: center;
}

#menu a{
  position: relative;
  margin-left: 10px;
  color: blue;
}

.azul{
  color: deepSkyBlue;
}

a i{
  color: white;
}

a{
  color: deepSkyBlue;
}

a:hover{
  color: gray;
}

#icons{
  position: relative;
  margin-top: 2em;
  right: 2%;
  transform: translateY(-50%);
}

#icons i{
  position: relative;
  margin-left: 10px;
}

#file-links{
  border-style: groove;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
}

#file-links h2{
  text-decoration-line: underline;
}
