.pomotimer__endSession {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

.pomotimer__endSession--content {
  background-color: white;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 1rem 2.5rem;
}

.endSession__close {
  position:absolute;
  top: 0;
  right: 10px;
  font-size: 35px;
  transform: rotate(45deg);
  cursor: pointer;
}

.endSession__title--container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.endSession__title {
  font-size: 1.5rem;
}

.endSession__title--logo {
  height: 3vh;
  margin-right: 0.3rem;
}

.endSession__text{
  margin-top: 0.5rem;
}

.endSession__buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;

}

.endSession__button {
  width: 40%;
  padding: 0.5rem;
}
.endSession__button:hover {
  cursor: pointer;
}



@media screen and (max-width: 767px) {
  .pomotimer__endSession--content {
    width: 95vw;
  }
}

@media screen and (min-width: 768px) {

}

