* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Times New Roman", Times, serif;
}
header {
  margin: 6rem 12% 0 12%;
}

section {
  margin: 0rem 12%;
}
section:last-of-type {
  margin-bottom: 3rem;
}
p {
  text-align: justify;
  line-height: 25px;
  font-size: 16px;
}
h1 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 25px;
  font-weight: normal;
}
h2 {
  margin: 1rem 0;
  font-size: 25px;
}
ul {
  margin-left: 3.2rem;
}
li {
  line-height: 25px;
  font-size: 16px;
}
span {
  line-height: 25px;
  font-size: 16px;
}
