#inicio {
    background-image: url(https://i.redd.it/fgraaat7n4f71.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.contenedor {
    background-color: rgba(7,7,68,255);
    border-radius: 20px; 
    padding: 20px;  
    width: 1200px;
    height: 600px;
}
#botones{
    float: right;
    margin-right: 40px;
    
}
#iniciodrmp {
    background-image: url(https://pmart.com.mx/wp-content/uploads/2021/10/DREAM-2.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.contdrmp {
    background-color: #4e2c44;
    border-radius: 20px; 
    padding: 20px;  
    width: 1200px;
    height: 550px;
}
#botones{
    float: right;
    margin-right: 40px;
    
}
#iniciobandas{
    background-image: url(https://miro.medium.com/v2/resize:fit:1200/1*Bl7v003AF585N1qceVOpsQ.jpeg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}
.contband {
    background-color: #636c8e;
    border-radius: 20px;
    padding: 20px;
    width: 1200px;
    height: 800px;
    overflow-y: auto;
    overflow-x: hidden;

    margin-top: 50px; /* Ajusta el margen superior para evitar el recorte */
}


#inicioshoe {
    background-image: url(https://coloradosound.org/wp-content/uploads/2019/07/ShoegazeSocials.png);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.contshoe {
    background-color: #800433;
    border-radius: 20px; 
    padding: 20px;  
    width: 1200px;
    height: 550px;
}

#shoe2{
    text-align: justify;
}
#shoe1{
    text-align: justify;
}