    #output {
      position: absolute;
      left: 200px;
      top: 200px;
      width: 200px;
      border: 1px solid black;
    }
    
    .funky {
      background-color: yellow;
      width: 200px;
      border: 3px double red;
      font-family: "Comic Sans MS", fantasy;
    } 
