@import url("https://fonts.googleapis.com/css2?family=Mouse+Memoirs&display=swap");
.timer_wrapper {
  border: 0;
  filter: drop-shadow(5px 5px 0px rgba(50, 50, 50, 0.4));
  font-family: "Mouse Memoirs";
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}

#th_timer {
  background: #051f5c;
  clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 5px 93%);
  color:white;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
#th_timer > * {
  min-width: 4rem;
  text-align: center;
}

#MinistryModal:hover{

    background-color: transparent;
    border: 1px solid #FFF;

}

@keyframes colorjig {
  0% {
    text-shadow: 3px 3px 0 #f00, -1px -1px 0 #0f0, 1px -1px 0 #00f, -1px 1px 0 yellow, 1px 1px 0 #000;
  }
  50% {
    text-shadow: 3px 3px 0 #00f, -1px -1px 0 #f00, 1px -1px 0 #0f0, -1px 1px 0 green, 1px 1px 0 #000;
  }
  100% {
    text-shadow: 3px 3px 0 #f00, -1px -1px 0 #0f0, 1px -1px 0 #00f, -1px 1px 0 yellow, 1px 1px 0 #000;
  }
}
/* body {
  display: grid;
  place-items: center;
  height: 100vh;
} */