.popup {
    width: 276px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #000000 2px solid;
    border-radius: 20px;
}

.tgs-container {
    max-width: 256px;
    width: 100%;
    background-color: #ff0000;
    border-radius: 50%;
    margin: 10px;
}

.montserrat-500 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.text {
    margin: 10px;
    text-align: center;
}