body {
  margin: 0;
  font-size: 15px;
}

header {
  margin-top: 3vh;
  height: 100px;
  text-align: center;
}

section {
  text-align: center;
}

footer {
  padding-left: 10%;
  margin: 4% 0;
  font-size: 1.1rem;
}

table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  border-color: #333;
}

th, td {
  padding: 0;
  font-size: 1.2rem;
}

a {
  text-decoration: none;
  color: #07b2b3;
}

.content {
  margin:3% 0 5% 0;
}

.title {
  height: 60px;
  line-height: 60px;
  font-size: 2rem;
  font-weight: 600;
}

.subtitle {
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
}

.firstLine {
  height: 35px;
}

.date {
  font-size: 1.6rem;
  height: 60px;
  line-height: 60px;
}

.report {
  text-align: left;
  padding-left: 2%;
  height: 50px;
  line-height: 25px;
}

.sum {
  height: 50px;
  line-height: 25px;
}

.link {
  text-align: center;
  font-size: 1rem;
}