body {

    background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 85, 146, 0.8)),url("../img/fondo.png");
    background-repeat: no-repeat;
    background-size:cover;


}

h1{
    color:#fff
}
.inicio{
  color: #fff;
}
.container{
    margin-top: 10px;
}
.archivo-container {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
  }
  .archivo-container:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
  .archivo-icon {
    font-size: 3rem;
    color: #007bff;
    margin: 20px auto;
    display: block;
  }
  .archivo-nombre {
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
   .archivo-subnombre {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
    .boton-descarga {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .boton-descarga:hover {
    background-color: #0056b3;
  }