body {
  background: linear-gradient(270deg, #d223e2, #0415fd)!important;
  animation: gradientAnimation 15s ease infinitem !important;
}

p {
  font-size: 1.2em;
  color: #333;
}