        
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html,body{
    padding: 0;
    margin: 0;
    background-image: url(./imagenes/mesaFondo.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: overlay;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

header{
    width: 50vw;
    height: 10vh;
    position:fixed;
    top: 3vh;
    left: 25vw;
    font-size: 30px;
    align-items: center;
    text-align: center;
    font-family: "Arvo", serif;
    border-color: white;
    text-shadow: 0px 0px 4px white;
}

footer a{
    text-decoration: none;
    color: yellow;
    background-color: aquamarine;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 0 10px;
    
}

 #rodrigo{
    width: 15vw;
    height: auto;
    position: fixed;
    top: 45vh;
    left: 10vw;
    border-radius: 100px;
    cursor: pointer;
}

#wanda{
    width: 12vw;
    height: auto;
    position: fixed;
    top: 30vh;
    left: 25vw;
    border-radius: 100px;
    cursor: pointer;
}

#moria{
    width: 12vw;
    height: auto;
    position: fixed;
    top: 27vh;
    left: 75vw;
    border-radius: 95px;
    cursor: pointer;
}

#duki{
    width: 15vw;
    height: auto;
    position: fixed;
    top: 50vh;
    left: 82vw;
    border-radius: 95px;
    cursor: pointer;
}

#sociales{
    width: 18vw;
    height: auto;
    position: fixed;
    top: 70vh;
    left: 40vw;
    border-radius: 95px;
    cursor: pointer;
}

aside {
    position: absolute;
    width: 30%;
    height: 35%;
    top: 25%;
    left: 40%;
    opacity: 1;
}

#playlistWanda {
    position: fixed;
    width: 30%;
    height: 35%;
    left: 40%;
    top: 25%;
    transition: 1s;
    opacity: 0;
}

#playlistMoria {
    position: fixed;
    width: 30%;
    height: 35%;
    left: 40%;
    top: 25%;
    transition: 1s;
    opacity: 0;
}

#playlistDuki {
    position: fixed;
    width: 30%;
    height: 35%;
    left: 40%;
    top: 25%;
    transition: 1s;
    opacity: 0;
}

#playlistRodrigo {
    position: fixed;
    width: 30%;
    height: 35%;
    left: 40%;
    top: 25%;
    transition: 1s;
    opacity: 0;
}

#playlistSociales {
    position: fixed;
    width: 30%;
    height: 35%;
    left: 40%;
    top: 25%;
    transition: 1s;
    opacity: 0;
}
