@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap');
.line-button {
    position: fixed;
    bottom: 80px;
    z-index: 99;
    right: 10px;
    width: 50px;
  }
  .facebook-button {
    position: fixed;
    bottom: 135px;
    z-index: 99;
    right: 10px;
    width: 50px;
  }

  body {
    font-family: 'Prompt', sans-serif !important;
  }