/* Start custom CSS */p:last-child{
    margin-top:0;
    margin-bottom:0;
}

.elementor-widget-text-editor p:first-of-type {
  margin-top: 0;
  margin-bottom:0;
}


.wpforms-submit-container {
  text-align: center;
}

/* Prevent selecting/copying text */
boddy {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* Prevent dragging images */
img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none; /* disables right-click & drag, but also disables links on images */
}/* End custom CSS */