.__overlay_popstate_statement {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 1000000000000000;
  display: none;
  align-items: center;
  justify-content: center;

}


.__envolve_statement_popstate_letter {
  
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  animation: __heartBeat 1s ease-in-out;
}






@keyframes __heartBeat {

    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.08);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.12);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}













.__envolve_statement_popstate_title {
  background-color: #202020;
  border-radius: 10px;
  width: 90%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Vibur", cursive;
  font-style: normal;
  font-size: 38px;
  font-weight: 800;

}

.letter_image_popstate_container {
  position: relative;

  width: 100%;
  height: 100px;
}

