tr:nth-child(even){background-color: #f2f2f2}

table {
    margin-left: auto; 
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

  th, td {
    text-align: left;
    padding: 16px;
    font-size: 16px
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    background-color:white;
    min-height: 100vh;
    max-width: 810px;
    margin: 0 auto;
}

option {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

select {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  text-decoration: underline;
  text-decoration-thickness: 10%;
  color: #80BA27;
  font-size: 16px;
  font-weight:bolder;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

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

button:hover {
  background-color:black;
  transition: 0.3s;
}

button:active {
  background-color: black;
}

input[type=text] {
  width: 25%;
  padding: 10px 18px;
  margin: 16px 0;
  box-sizing: content-box;
  font-size: 20px;
  text-align: center;
}

input[type=radio] {
    width: 3%;
    padding: 10px 10px;
    margin: 8px 0;
    text-align: center;
}
