<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><title>Document</title><style>html{
font-size: 62.5%;
}
.contenedor{
width: 100%;
display: flex;
justify-content: center;
}
.card{
width: 700px;
height: 700px;
background-color: #d6dbdf;
border-radius: 20px;
overflow: hidden;
display: flex;
flex-direction: column;
box-shadow: 2px4px10px#34495e ;
}
.cardimg {
width: 100%;
}
.texto {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.textoh1 {
color: #34495e ;
}
</style></head><body><divclass="contenedor"><divclass="card"><imgsrc="https://images.pexels.com/photos/811838/pexels-photo-811838.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"alt="Guitarra"><divclass="texto"><h1>¡Rock and Roll!</h1><h3>Forever</h3></div></div></div></body></html>