@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');

body{
    background-color: gainsboro;
}

div{
    background-color: gainsboro(130, 192, 192, 0.349);
    width: 1500px;
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
    
}

header h1{
    font-size:7em;
    position: absolute;
    left: 50%;
    text-align: center;
    margin-top: 20px;
    transform: translateX(-50%);
    z-index: 2;
}

header{
    height: 300px;
    text-align: center;
    font-family: Helvetica;
    color: white;
}

header:hover{
    color: rgb(59, 238, 43);
}

.vh{
    height: 100%;
    width: 98%;
    min-height: 100%;
    min-height: 85%;
    object-position: center;
    object-fit: cover;
}



nav{
    background-color: rgba(132, 53, 185, 0.527);
    display: flex;
    text-align: justify;
    height: 50px; ;
    align-items: center;
}

nav li{
    display: inline-block;
}

nav a { 
    font-size: larger;
    font-family: sans-serif;
    color:midnightblue;
    background-color: darkseagreen;
    border-bottom: darkslategray;
    padding:9px;
}

nav a:hover{
    color:darkseagreen;
    background-color: midnightblue;
}

h2{
    font-family: "Rubik Bubbles", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    color: rgb(0, 0, 0); 
}

h3{
    font-family: Helvetica;
    font-weight: 900;
    font-size: 40px;
    right: 50%;
    color: rgb(0, 0, 0); 
}

article{
    color: rgb(0, 0, 0);
    font-family: Helvetica;
}

.uno {
    font-size: 25px;
    right: auto;
}

.dos{
    font-size: 20px;
    right: auto;
}

.adaptable:hover{
    width:50%;
    height: auto;
}

.canciones{
    color: rgb(0, 0, 0);
    font-family: Helvetica;
    font-size: 20px;
}

.ep {
    width:70%;
    height:auto;
}

.celda1{
    display:flex;
}

html{
    scroll-behavior: smooth;
}

footer{
    background-color: cadetblue;
    padding: 200px;
}
