@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    font-family: "Poppins", serif;
}

header {
    position: fixed;
    left: 0vw;
    top: 0vh; 
    width: 100vw;
    height: 15vh;
    background-color:rgb(255, 179, 217);
    color: whitesmoke;
}

nav {
    position:fixed;
    left: 0vw;
    top: 15vh;
    width: 100vw;
    height: 10vh;
    background-color: aqua;
    color: red;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

nav a {
    text-decoration: none; 
    color: deeppink;
    font-weight: bold;
    font-family: "Poppins", serif;
    border: deeppink solid 2px;
    border-radius: 5px;
    display: block;
    padding: 5px;
    height: 5vh;
    line-height: 5vh;
    background-image: url('https://i.pinimg.com/originals/55/9e/e4/559ee4e463230ec0fab3c3697a17fbb5.gif');
    background-size: cover;
    background-position: center;
    filter: brightness(1);
}

section {
    width: 100vw;
    height: 100vh;
}

#perfil {
    background-color: rgb(248, 177, 255);

}

#paso {
    background-color: rgb(167, 233, 255);
}

#futuro {
    background-color: rgb(179, 255, 179);
}

#random {
    background-color: rgb(164, 164, 255);
}

#botonRandom:hover {
    background-image: url('https://i.pinimg.com/originals/78/ad/14/78ad14e6f75d9b34452918cdff7478ef.gif');
}
