#word-container {
  -webkit-text-stroke: 0.5px #ffffff;
  /*color: white;*/
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: red;
}