.elementor-557 .elementor-element.elementor-element-56cab81{--display:flex;--background-transition:0.3s;}.elementor-557 .elementor-element.elementor-element-f769bde.elementor-element{--align-self:stretch;--order:99999 /* order end hack */;--flex-grow:1;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-f769bde */.cuerpo2{
    background-image: url("https://cdn.pixabay.com/photo/2018/03/13/11/26/clock-3222267_1280.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    
    
}


.cuerpo2 button{
    margin:100px 44%;
    
}

.cuerpo1{
    background-color: #e303fc;
    
}


h1{
    text-align: center;
}

/*Desktop*/

@media only screen and (min-width: 1024px)  {
  body {
    color: lightblue;
  }
}


/*Tablet*/

@media only screen and (min-width: 768px) and (max-width: 1023px)  {
  body {
    color: red;
  }
}


/*celular*/

@media only screen and (max-width: 767px)  {
  body {
    color: green;
  }
}/* End custom CSS */