body{
    
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    color: white;
    height: 100%;
}

header{
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
footer{
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0;

}
h1{ 
    font-family: 'Press Start 2P', cursive;
}

.reproductor{
    width: 80%;
    max-width: 600px;
    padding: 10px; 
    height: 130px; 
    border: 0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .8);
}