body {
  font-family: system-ui, sans-serif;
  background-color: #f8f9fa;
}

a {    
    text-decoration: none;
}

.sezione-home {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  height: 100%;
}

  .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    /* Le tue regole CSS */
  height: 200px;
}
  .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused {
    /* Le tue regole CSS */
  height: 200px;
}