::root {
  font-size: 16px; }

body {
  background-color: #C50021;
  margin: 0; }

.container {
  width: 100vw;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

img {
  opacity: 0;
  transform: scale(0.1);
  animation-delay: 0.5s;
  animation: shrink 4.5s infinite ease-in-out; }

#banana-background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0iI2ZmZiI+PC9yZWN0Pgo8cmVjdCB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9IiNjY2MiPjwvcmVjdD4KPHJlY3QgeD0iMTAiIHk9IjEwIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9IiNjY2MiPjwvcmVjdD4KPC9zdmc+"); }

#yt-stats {
  text-align: center;
  color: #fefefe;
  opacity: 0.9999;
  text-shadow: #000 1px 1px 6px;
  font-weight: 200;
  padding: 1rem 0; }

.bunch-wrapper {
  display: none;
  position: relative; }

@keyframes shrink {
  transform-origin: center center;
  0% {
    opacity: 0.1;
    transform: scale(0.1); }
  10% { }
  50% {
    opacity: 1;
    transform: scale(1.3); }
  100% {
    opacity: 0.7;
    transform: scale(0.1); } }
