html {
  position: relative;
  min-height: 100%;
}

a {
  color: #db214f;
}

body {
  padding: 0 20px 100px; /* Adjust based on footer height */
  font: 16px/1.5 "Poppins", "Century Gothic", "Arial", sans-serif;
}

.site-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px; /* Adjust based on your footer content */
  background-color: #f5f5f5; /* Example background color */
  text-align: center;
  padding: 20px 0; /* Add some padding for aesthetics */
}

/* Example Manage Utiq CSS Styles */

#utiq-manage-page h2,
#utiq-manage-page p,
#utiq-manage-page a,
#utiq-manage-page li {
  font-family: "Manrope ExtraLight", "Helvetica", "Arial", sans-serif;
}

#utiq-manage-page h2 {
  font-size: 1.5em;
}

#utiq-manage-page a {
  color: #db214f;
}

#utiq-manage-page a:hover {
  color: #7a0320;
}

