body {
    font-family: 'Agdasima';
    background-color:black;
    font-size: 14px;
  }

.button {
    background-color: #ffd417; /* Green */
    border: none;
    color: black;
    padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;    
    cursor: pointer;
    font-family: 'Agdasima';
    border-radius: 30px;
  }
  
table {
    border: 0px solid white;
    width: 100%;
    color: white;
    text-decoration: none; 
  }


  a:hover {color: #ffd417;}
  a { color: white; text-decoration: none;}

.ten {
    width: 10%
  }

.twenty {
    width: 20%;
  }

.twentyHead {
    width: 20%;
    font-size: 16px;
  }

 .twentyLogo {
    width: 20%;
    font-size: 22px;
  }

  .sixty {
    width: 75%;
    text-align: left;
    font-size: 16px;
  }
