*{
    box-sizing: border-box;
    font-family: 'Courier New', Courier, monospace;
    
    
}

body{
    zoom: 1;
}
div h1{
    text-align: start;
    font-size: 12px;
}

.Recuadro1{
    display: block;
    width: 300px;
    height: 200px;
    border: 1px , solid, black;
    margin-left: auto;
    margin-right: auto;
}
.Recuadro1 img{
    display: block;
    margin-top: 50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

/*Estilos segunda seccion img de cada personaje*/

.Recuadro2{
    display: flex;
    justify-content: center;
    gap:30px;
    padding: 20px;
}

.Contendor_img{
    display:flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid black;
}

.Contendor_img img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.Contendor_img figcaption{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

