   @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

      * {
        font-family: Montserrat;
      }

      .container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
      }

      table {
        display: flex;
        justify-content: center;
        margin: 10px;
      }

      .button {
        margin: 10px;
        width: 230px;
        height: 45px;
        border: none;
        color: white;
        background-color: black;
        transition: 0.2s ease-in-out all;
      }

      .button:hover {
        cursor: pointer;
        border: 2px solid black;
        color: black;
        background-color: white;
      }

      .footer0 {
        margin-top: 35px;
        opacity: 0.5;
        color: rgb(128, 128, 128);
      }

      .footer0 a {
        text-decoration: none;
        color: rgb(128, 128, 128);
      }

      .allp_wraping {
        overflow-wrap: anywhere;
      }

      .hidden {
        display: none;
      }
      /* Chrome, Safari, Edge, Opera */
      input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

      /* Firefox */
      input[type="number"] {
        -moz-appearance: textfield;
      }