

td td {
	width: 20vw;
}

div > table:nth-child(4) > tbody > tr > td {
  width: 40vw;
}
div > table:nth-child(5) > tbody > tr > td {
  width: 40vw;
}

div > table:last-child table {
  width: 30vw;
}



body {
  background-color: #ebebeb;
}

h1, h2, p, li, a {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
    line-height: 1.5;
}

h1 {
  font-size: clamp(2rem, 2vw + 10px, 2.6rem);
  margin: 2px;
}

td font {
	font-size: 1.3rem;
}

a, li {
	font-size: 1.2rem;
}



@media only screen and (max-width: 666px) {
	
div > table:last-child table {
  width: 99vw;
  
}
}

