body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 400;
    background-color: #80ba27;
}

.header {
    padding: 60px;
    text-align: center;
    background: black;
    color: #ffffff;
    font-size: 30px;
  }

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
 }

table td:nth-child(1) {
    text-align: left;
    background-color: #ffffff;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

table td:nth-child(2) {
    text-align: left;
    background-color: #ffffff;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

table td:nth-child(3) {
    text-align: left;
    background-color: #ffffff;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }

h2 {
    color:black;
    font-size: 30px;
    font-weight: 600;
}

h2 {
    color:black;
    font-size: 20px;
    font-weight: 600;
}

table td{
    border: 3px black solid;
}

table.center {
    margin-left: auto; 
    margin-right: auto;
  }

button {
    background-color: #070707;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 40px;
  }
