  .btnye {
  padding: 30px 125px;
  margin: 2px;
  border: none;
  color: #fff;
  background-color: #757475;
  border-radius: 5px;
  font-size: 2em;
  cursor: pointer;
        }
  .btnye:hover {
    background-color: #888;
    color: #2C2E31;
  }
.icon {
  width: 55px;
  height: auto;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
    .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      height: 500px;
      width: 100%;
      max-width: 80%;
      margin: 0 auto;
    }

.left, .right {
  display: flex;
  flex-direction: column;
}

.left > *, .right > * {
  margin-bottom: 60px;
}

.left > *:last-child, .right > *:last-child {
  margin-bottom: 0;
}
.word {
  width: 255px;
  height: 90px;
  background-color: #98a3ff;
  border-radius: 10px;
  font-size: 2em;
  color: white;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  box-sizing: content-box;
}

    .word:hover {
      background-color: #e57070;
      color: #fff;
    }
    canvas {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
    }
    button {
      margin-top: 20px;
      padding: 10px 25px;
      font-size: 16px;
      cursor: pointer;
    }
    #result {
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold;
    }