#ascii-monk {
  margin-top: 3em;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  line-height: 1; }
  #ascii-monk #monkbase {
    cursor: pointer;
    display: block;
    font-family: 'Lucida Console', Monaco, monospace;
    font-size: 0.7em;
    transition: 0.3s;
    text-align: left;
    color: #DFB225;
    text-shadow: 0 0 2px #EFC84F;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #ascii-monk #monkbase .asciimonk-rain {
      color: #3168cf;
      text-shadow: #3168cf; }
    #ascii-monk #monkbase .asciimonk-umbrella-shaft {
      color: grey; }
    #ascii-monk #monkbase .asciimonk-umbrella {
      color: red;
      text-shadow: 0 0 2px white; }
    #ascii-monk #monkbase .asciimonk-sunglasses {
      color: grey;
      text-shadow: 0 0 2px black; }
    #ascii-monk #monkbase .asciimonk-sun {
      text-shadow: 0 0 10px yellow;
      animation-name: sun-radiate;
      animation-duration: 1s;
      animation-direction: alternate;
      animation-iteration-count: infinite; }
    #ascii-monk #monkbase .asciimonk-flag-red {
      color: red;
      text-shadow: 0 0 2px red; }
    #ascii-monk #monkbase .asciimonk-flag-white {
      color: white;
      text-shadow: 0 0 2px white; }

@keyframes sun-radiate {
  from {
    text-shadow: 0 0 10px yellow; }
  to {
    text-shadow: 0 0 2px yellow; } }
