* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "MuseoSans-500";
  }
  div.start-play-button {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 1;
    background: #000d;
    flex-direction: column;
  }
  
  div.sair-button {
    background-color: #ffffff;
    padding: 10px 40px;
    margin-top: 10px;
    border-radius: 4px;
  }
  div.sair-button:active {
    background-color: #ffffff44;
  }
  div.sair-button span {
    color: #000000;
    font-family: "MuseoSans-500";
    font-size: 16px;
  }
  