* {
    background-color: #273c75;
    height: 100%;
    
    
    
    

}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    
}

.contenedor {
    justify-content: center ;
    display: flex;
    align-items: center;
    
    height: 200px;

}

.contenedor img {
    border-radius: 30px;
   
}

.contenedor img {
    transition: transform 0.3s ease;
}

.contenedor img:hover {
    transform: scale(1.2);
}


.contenido {
    margin: 50px;
}

.contenidocarbon img {
    width: 300px;
    height: 150px;
}

.contenidocarbon {
    align-content: center;
}




