table {
  margin: auto;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0px 20px;
}

table.prase td, table.prase th {
  text-align: center;
  font-size: 2vw;
}
 
th, td {
  padding: 0px 8vw;
}

table.prase th, table.prase td {
  padding: 2px;
}

#q1n {
  display: none;
}

#q1y {
  display: none;
}

tbody {
  vertical-align: baseline;
}

.form .h1 {
  font-size: 2.5vw;
}

.form p {
  font-size: 2vw;
}


form input {
  width: 30vw;
  height: 2vw;
}

.sec-1 {
  justify-items: center;
  text-align: center;
}

form button {
  border: solid;
  background-color: rgb(85, 255, 0);
  cursor: pointer;
  font-size: 3vw;
}

.submit-msg p {
  color: green; 
  font-size: 2vw; 
  text-align: center; 
  display: none;
}

.sec-1 a {
  margin-top: 30px;
}

table {
  width: 40vw;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0px 20px;
}

td, th {
  text-align: center;
  font-size: 30px;

}
 
th, td {

  padding: 2px;
}

.submit-msg p {
  color: green; 
  font-size: 2vw; 
  text-align: center; 
  display: none;
}

