html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
}

body {
  min-height: 100vh;
}

.container {
  padding: 10rem 1.5rem;
  max-width: 117rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-weight: 600;
  font-size: 7rem;
  line-height: 7.15rem;
  margin: 0;
}

p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.56rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 2.56rem;
  text-align: left;
  padding: 2rem 2rem;
}

tr {
  border-bottom: 2px solid black;
}

td {
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 2.56rem;
  text-align: left;
  padding: 2rem 2rem;
}

a {
  color: black;
}
