.fun a {
  color:  rgb(0, 255, 234);
}
.fun h1,
.fun h2,
.fun h3 {
  color: deeppink;
}
.fun p {
  color: deeppink;
}
.fun body {
  color: deeppink;
}

.fun .fun-wrapper {
  border-radius: 0.25rem;
  padding: 0.5rem;
  background-color: peachpuff !important;
  animation: hue-rotate 2s linear infinite;
}

.fun-wrapper {
  border-radius: 0.25rem;
  padding: 0.5rem;
}

@keyframes hue-rotate {
  from {
    filter: hue-rotate(0turn);
  }
  to {
    filter: hue-rotate(1turn);
  }
}

.fun-buttons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.fun-buttons  button {
    margin-bottom: 0.5rem;
}

.fun .disco {
  color:black;
  animation: discoanim 3s;
  animation-timing-function: linear;
  animation-iteration-count:infinite;
}


@keyframes discoanim {
    0%{text-shadow:-6px 4px 0px red;}
    10% {text-shadow:4px -6px 0px green;}
    20% {text-shadow:-9px 4px 0px blue;}
    30% {text-shadow:4px -6px 0px yellow;}
    40% {text-shadow:-8px 4px 0px orange;}
    50% {text-shadow:4px 5px 0px purple;}
    60% {text-shadow:-6px 4px 0px brown;}
    70% {text-shadow:4px 7px 0px pink;}
    80% {text-shadow:-9px -4px 0px lime;}
    90% {text-shadow:4px -6px 0px cyan;}
    100% {text-shadow:-9px 4px 0px teal;}
}
/*
.fun .glowing-flowers:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100em;
  height: 100em;
  opacity: 0.2;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 1800% 1800%;

    animation: rainbowbg 18s ease infinite;
} */

.fun .glowing-flowers img {
  filter: saturate(2) hue-rotate(200deg);
}

.fun .rainbow-wrapper {
  background: linear-gradient(124deg, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #eb0c10, #eb0c10);
  background-size: 1800% 1800%;
  opacity: 0.8;
    animation: rainbowbg 5s ease infinite;
}


@keyframes rainbowbg {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}

.fun.bg-paper {
  background-color: black !important;
}

.fun .nav-top a {
  color: black !important;
}

.fun .sakura {
  display: none;
}

canvas {
  display: none !important;
}

.fun canvas {
  display: block !important;
}

#add-fun {
  display: block;
}

#no-fun {
  display: none;
}

.fun #no-fun {
  display: block !important;
}

.fun #add-fun {
  display: none !important;
}


.fun a.external:before {
  background-color: #dd00f3;
}

.fun .cta {
  background-color: rgb(67, 20, 255);
}


.fun .party-button {
  box-shadow: rgba(255, 0, 191, 0.9) 0px 0px 15px;
}

.fun small {
  color: deeppink;
}
