﻿  .lianbutton {
    padding: 20px 85px;
    margin: 2px;
    border: none;
    color: #fff;
    background-color: #98a3ff;
    border-radius: 15px;
    font-size: 1.5em;
    cursor: pointer;
        }
  .lianbutton:hover {
    background-color: #e57070;
    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: 1.3em;
  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;
    }

    #result {
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold;
    }