


.medievalsharp-regular {
    font-family: "MedievalSharp";
    font-weight: 400;
    font-style: normal;
  }


.caixa-bandeira { 
    position: fixed;
    top: 0;
    margin: 0;
    right: 10px;
    z-index: 2;
    background-image: url('../../../Assets/Utils/bandeira-topo-direita.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    width: 200px;
    height: 200px;
  }
  .fa-circle-xmark{
    font-size: 30px;
    background-color: white;
    clip-path: circle();
  }
  .fa-circle-xmark:hover{
    cursor: pointer;
  }



  .fa-circle-question{
    font-size: 3rem;
  }
  .fa-circle-question:hover{
      cursor: pointer;
  }

  .caixa-personagem {
    position: fixed;
    top: 0;
    margin: 0;
    left: 0;
    background-image: url('../../../Assets/Utils/pergaminho.webp');
    background-position: -11px center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    width: 154px;
    display: flex;
    align-items: center;
    padding: 0 4px;
    z-index: 1;
}

.point {
    cursor: pointer;
  }



