.coins {

    color: rgb(255, 255, 255);
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
  }
  .gens {
    flex-wrap: wrap;
    color: white;
    margin-top: 180px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .gens2 {
    text-align: left;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
  }
  .button2 {
    background-color: #555555; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 10px;
    width: 175px;
  }
  .testz {
    background-color: #0d5316; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display:flex;
    margin: 0.6em;
    font-size: 12px;
    border-radius: 10px;
  }


  .notify {
    content: "";
    margin: 1em;
    display: block;
    font-size: 24%;
  }
  span::after { content: '\A'; white-space: pre; }