body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    display: flex;
    flex-direction: column;

  }

  h1 {
    color: pink;
    margin-bottom: 30px;
  }
  h2 {
    color: pink;
  }

  .perso-btn {
    cursor: pointer;
  }
  #toolbar {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .share-btn, .new-scene-btn, .help-btn, .kiss-btn, .download-btn, .start-btn, .text-btn {
    background-color: hotpink;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
  }

  .modal-custom {
    background-color: hotpink;
    color: white;
    border: none;
  }

  .btn-close {
    filter: invert(1);
  }

  .close-btn, .copy-btn, .send-btn {
    background-color: black;
    border: none;
  }

  .form-control {
    background-color: white;
    color: black;
  }

  #app{
margin-top: 10px;
  }
#text{
    width: 100%;
    padding-top: 20px;
}

  #text>div{
    color: white;
  position: fixed;
  text-align: center;
  opacity: 0.8;
  z-index: 2;
  width: 100%;
  font-size:1.5em;
  }


  #container{
    border: 1px dashed white;
    overflow-x: scroll;
  }