@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Ubuntu&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Ubuntu', sans-serif;
    color: white;
    margin: 0;
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(239,141,174,1) 50%, rgba(70,110,252,1) 100%);
}

header {
    background-color: black;
    width: 100%;
}
  
.logo {
    margin-left: 25px;
    width: 190px;
    height: 80px;
}
  
ul { 
    float: right;
    margin-right: 50px;
    margin-top: 25px;
}
  
ul li {
    display: inline;
}
  
ul li a {
    margin-left: 20px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
  
ul li a:hover {
    color: #EA89AE;
}
    
.active {
    color: #EA89AE;
}

.row{
    background-color: rgb(100, 100, 100);
    margin: 35px;
}

.row a{
    color: #ffffff;
    text-decoration: underline;
}

div iframe{
    border: 4px solid rgb(0, 0, 0);
    height: 400px;
    width: 500px;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 40px;
}

.borde__textos{
    border-bottom: solid 1px black;
}

.borde__videos{
    border-bottom: solid 1px black;
}

.texto__discografia{
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px black;
    margin-left: 20px;
}

.texto__blackmamba{
    border-right: solid 3px black;
    border-left: solid 3px black;
    border-top: solid 3px black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #10512F;
    color:#ffffff;
    padding: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.blackmamba p{
    border-top: solid 3px black;
    border-bottom: solid 3px black;
    border-left: solid 3px black;
    border-right: solid 3px black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #10512F;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: black;
    margin-left: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.texto__forever{
    border-right: solid 3px black;
    border-left: solid 3px black;
    border-top: solid 3px black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #2D7092;
    color:#ffffff;
    padding: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.forever p{
    border-top: solid 3px black;
    border-bottom: solid 3px black;
    border-left: solid 3px black;
    border-right: solid 3px black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #2D7092;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: black;
    margin-left: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.texto__nextlevel{
    border-right: solid 3px black;
    border-left: solid 3px black;
    border-top: solid 3px black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #d5c000;
    color:#ffffff;
    padding: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.nextlevel p{
    border-top: solid 3px black;
    border-bottom: solid 3px black;
    border-left: solid 3px black;
    border-right: solid 3px black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #d5c000;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: black;
    margin-left: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.texto__savage{
    border-right: solid 3px black;
    border-left: solid 3px black;
    border-top: solid 3px black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #6C0E03;
    color:#ffffff;
    padding: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.savage p{
    border-top: solid 3px black;
    border-bottom: solid 3px black;
    border-left: solid 3px black;
    border-right: solid 3px black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #6C0E03;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: black;
    margin-left: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.texto__savagealbum{
    border-right: solid 3px black;
    border-left: solid 3px black;
    border-top: solid 3px black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #9DC7EB;
    color:#ffffff;
    padding: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.savagealbum p{
    border-top: solid 3px black;
    border-bottom: solid 3px black;
    border-left: solid 3px black;
    border-right: solid 3px black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #9DC7EB;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: black;
    margin-left: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.texto__dct{
    border-right: solid 3px black;
    border-left: solid 3px black;
    border-top: solid 3px black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #994BB3;
    color:#ffffff;
    padding: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.dct p{
    border-top: solid 3px black;
    border-bottom: solid 3px black;
    border-left: solid 3px black;
    border-right: solid 3px black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #994BB3;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: black;
    margin-left: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

footer{
    background-color: black;
    color: white;
    padding: 10px;
}

footer h2{
    font-size: 25px;
    text-align: center;
    border-bottom: solid 1px grey;
}

.grid{
    display: flex;
}

.grid div a img{
    margin-top: 50px;
    margin-left: 160px;
    margin-bottom: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    transition: width 1s;
}

.grid div a img:hover{
    width: 55px;
}

footer h3{
    font-size: 10px;
    text-align: center;
    border-top: solid 1px grey;
}

@media screen and (max-width: 600px){
    nav ul{
        margin-bottom: 0;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    nav li{
        display: inline;
    }
    
    nav li a{
        font-size: 15px;
        margin-left: 20px;
        padding: 0;
    }

    a:hover, a.active{
        background-color: none;
        color: #EA89AE;
    }

    .enlace{
        position: relative;
        margin: 45px;
    }
      
    .logo{
        margin-left: 190px;
        height: 60px;
        width: 120px;
    }

    .texto__discografia {
        font-size: 20px;
        margin-left: 10px;
    }

    .texto__blackmamba {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        margin-left: 10px;
    }

    .blackmamba p {
        font-size: 15px;
        margin-left: 10px;
    }

    .texto__forever {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        margin-left: 10px;
    }

    .forever p {
        font-size: 15px;
        margin-left: 10px;
    }

    .texto__nextlevel {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        margin-left: 10px;
    }

    .nextlevel p {
        font-size: 15px;
        margin-left: 10px;
    }

    .texto__savage {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        margin-left: 10px;
    }

    .savage p {
        font-size: 15px;
        margin-left: 10px;
    }

    .texto__savagealbum {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        margin-left: 10px;
    }

    .savagealbum p {
        font-size: 15px;
        margin-left: 10px;
    }

    .texto__dct {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        margin-left: 10px;
    }

    .dct p {
        font-size: 15px;
        margin-left: 10px;
    }

    .borde__videos {
        border: 0;
    }

    .borde__textos {
        border: 0;
    }

    .row iframe {
        border: solid black 3px;
        height: 300px;
        width: 400px;
        margin-left: 60px;
        margin-top: 15px;
    }

    footer h2 {
        font-size: 20px;
    }

    footer h3 {
        font-size: 10px;
    }

    .grid {
        display: block;
    }

    .grid div a img{
        margin-top: 0;
        margin-left: 270px;
        margin-bottom: 20px;
        display: block;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 426px){
    nav ul{
        margin-bottom: 0;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    nav ul li{
         display: inline;
    }

    nav ul li a{
        font-size: 13px;
        margin-left: 20px;
        padding: 0;
    }

    a:hover, a.active{
        background-color: none;
        color: #EA89AE;
    }

    .enlace{
        position: relative;
        margin: 45px;
    }
      
    .logo{
        margin-left: 110px;
        height: 60px;
        width: 120px;
    }

    .row iframe {
        border: solid black 3px;
        height: 300px;
        width: 240px;
        margin-left: 50px;
        margin-top: 15px;
    }

    .grid div a img{
        margin-top: 20px;
        margin-left: 180px;
        margin-bottom: 20px;
        display: block;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 320px){
    nav ul{
        margin-top: 0;
        margin-bottom: 0;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    nav li{
        display: inline;
    }

    nav ul li a{
        font-size: 10px;
        margin-left: 10px;
        padding: 0;
    }

    a:hover, a.active{
        background-color: none;
        color: #EA89AE;
    }
                
    .enlace{
        position: relative;
        margin: 45px;
    }
      
    .logo{
        margin-left: 55px;
        height: 60px;
        width: 120px;
    }

    .texto__discografia {
        font-size: 15px;
        margin-left: 10px;
    }

    .texto__blackmamba {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        margin-left: 10px;
    }

    .blackmamba p {
        font-size: 10px;
        margin-left: 10px;
    }

    .texto__forever {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        margin-left: 10px;
    }

    .forever p {
        font-size: 10px;
        margin-left: 10px;
    }

    .texto__nextlevel {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        margin-left: 10px;
    }

    .nextlevel p {
        font-size: 10px;
        margin-left: 10px;
    }

    .texto__savage {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        margin-left: 10px;
    }

    .savage p {
        font-size: 10px;
        margin-left: 10px;
    }

    .texto__savagealbum {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        margin-left: 10px;
    }

    .savagealbum p {
        font-size: 10px;
        margin-left: 10px;
    }

    .texto__dct {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        margin-left: 10px;
    }

    .dct p {
        font-size: 10px;
        margin-left: 10px;
    }

    .row iframe {
        border: solid black 3px;
        height: 300px;
        width: 200px;
        margin-left: 20px;
        margin-top: 15px;
    }

    footer h2 {
        font-size: 15px;
    }

    footer h3 {
        font-size: 10px;
    }

    .grid div a img{
        margin-left: 135px;
        margin-bottom: 20px;
        display: block;
        width: 30px;
        height: 30px;
    }
}