@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  margin: 40px;
  background: #f5f5f5;
}
h1 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 5px;
  color: #333;
}
.subtitle {
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #00158d;
  margin: auto;
}
h2 {
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  margin-top: 25px;
}
td {
  padding: 5px 0;
}
