.joy-container {
  position: absolute;bottom: 10px;right: 10px;
  width: 200px;
  height: 100px;

  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background: rgba(255, 0, 0, 0.25);
  /*border: 1px solid #3427ff*/
}
