@font-face {
  font-family: "Trebuchet";
  src: url(/static/font/PTT45Pride-Regular.otf) format("truetype");
}
#generate-docx {
  background-color: rgb(0, 0, 255);
  color: aliceblue;
  cursor: pointer;
}
#generate-docx:hover {
  background-color: rgb(0, 0, 95);
}
#generate-excel {
  /* background-color: green;  */
  color: aliceblue;
  cursor: pointer;
}
body {
  font-family: "Trebuchet";
}
#app-box {
  background-color: rgb(54, 58, 55); /* Green */
  width: 350px;
}
#title-box {
  background-color: rgb(170, 224, 179); /* Green */
  text-align: center;
}
#input-box {
  background-color: rgb(170, 224, 179); /* Green */
}
#output-box {
  background-color: rgb(170, 224, 179); /* Green */
}
.box {
  padding: 10px;
  width: 300px;
  margin: 10px;
}

/* CSS */
.button-68 {
  appearance: none;
  backface-visibility: hidden;
  background-color: #27ae60;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, 0.15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-68:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.35s;
}

.button-68:active {
  transform: translateY(2px);
  transition-duration: 0.35s;
}

.button-68:hover {
  box-shadow: rgba(39, 174, 96, 0.2) 0 6px 12px;
}
