      body {
          font-family: Comic Sans MS;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-top: 50px;
          color: green;
      }

      #sentence {
          margin-top: 20px;
          font-size: 1.5em;
          color: blue;
      }

      #wordsInput {
          width: 207px;
      }