body{
  background-color: cornflowerblue;
}

.imagesArea{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .image{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title{
    margin: 20px 0;
    font-size: 30px;
  }
  .hidden{
    display: none;
  }
  .filtersArea{
    margin-top: 30px;
  }
  .canvasButton{
    margin: auto;
  }
  .buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .actionButton{
    margin: 0 10px;
  }
  .sliders{
    margin: 10px auto;
    width: 180px;
  }
  .buttonClicked{ /* cambiar clase para que se cambie color!!!! */
    opacity: 0.5;
    box-shadow: 1px 1px 3px #000;
  }