*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
nav{
    background-color: #234656;
    padding: 8px 0;
}
.nav-item :hover{
    background-color: #103e53;
}

.nav-link{
    display: block;
    padding: 10px 16px;
    color: aliceblue !important;
}
body{
    background-color: rgb(131, 255, 226);
}
main{
    padding-top: 70px;
}
h2{
    text-align: center;
    margin: 40px 0;
}
.android{
    background-color: #ff6767;
    transition: all 1s;
    color: #363636 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.android:hover, .web:hover{
    background-color: #675cff;
}
.web{
    background-color: #6fff67;
    transition: all 1s;
    color: #363636 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#links button{
    display: block;
    padding-top: 10px;
    width: 25%;
    font-size: 18px;
    color: white;
    border: 1px #000000 solid;
    border-radius: 10px;
    text-align: center;
}
.version p {
    text-align: center;
}
.ulBody li{
    font-size: large;
}
.ulBody{
    list-style-position: inside;
    border-left: 5px solid red;
    background-color: #feb9b99a;
    width: 35%;
    padding: 10px 20px;
}

ol{
    list-style-position: inside;
    margin-right: 70px;
}
.divC{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 10px;
}
.fotoContainer{
    flex:0 1 28%;
    align-self: center;
    margin-left: 70px;
}
.imgCanciones{
    max-width: 100%;
    height: 100%;
    border-radius: 4px;
}
.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.image-container img {
    border-radius: 8px;
    max-width: 25%;
    height: 40%;
    margin: 0 10px;
}

.card{
    margin-bottom: 25px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    width: 70%;
    margin: 0 auto 25px;
}
.card-header{
    background-color: #b8b8b8;
}
.card-img-bottom{
    width: 150px;
    height: 250px;
    transition: width 1s linear, height 1s linear;
}
.card-img-bottom:hover{
    width: 250px;
    height: 350px;
}

.formulario{
    margin: 0 auto 25px;
    width: 70%;
    background-color: #677D6A;
    color: #f5e6e6;
    padding: 15px 20px;
}
textarea{
    overflow-x: hidden;
    overflow-y:auto;
    resize: none;
}
.enviar{
    display: block;
    padding-top: 10px;
    width: 25%;
    font-size: 18px;
    color: white;
    border: 1px #000000 solid;
    border-radius: 10px;
    text-align: center;
}
.comentarios p{
    text-align: center;
    font-size: 16px;
}

.web2{
    background-color: #fff58ade;
    text-align: center;
    max-width: 50%;
    padding: 25px 20px;
    font-size: 18px;
}
.super{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}