
    body {
      font-family: monospace, sans-serif;
      text-align: center;
      background: #0a0a0a;
      color: #e0e0e0;
      margin: 0;
height: 100vh;
    }
    select, button {
      background: #111;
      color: #e0e0e0;
      border: 1px solid #333;
      padding: .5rem 1rem;
      font-family: inherit;
      cursor: pointer;
      margin-top: .8rem;
    }
    select:hover, button:hover {
      border-color: #666;
    }
    .taunt {
      display: inline-block;
      margin-bottom: 1rem;
      transition: opacity .35s ease;
      will-change: opacity;
    }
    .taunt.hide { opacity: 0; }

    #resumeBtn{
      position: fixed;
  bottom: 1.5rem;
  right: 1.5rem; 
    }