* {
    font-size: 150px;
    font-weight: bold;
    background-color: #b4d19d;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
  }
  
  [hidden] {
    display: none !important;
  }
  
  ::selection {
    background: yellow;
  }
