* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin-top: 20px;
  font-family: sans-serif;
  font-size: 11pt;
  line-height: 15pt;
  background-color: black;

}

.mqstyle{
  font-size: 16px;
  color: yellow;
  margin-bottom: 20px;
}

h1 {
  text-align: center;
  font-size: 13pt;
  color: yellow;
}


table {
  width: 500px;
  margin: auto;
  margin-top: 20px;
  text-align: left;
  background-color: yellow;
}

table, tr, td, th {
  border: 0.5px solid black;
  border-collapse: collapse;
  padding: 10px;
}

th {
  font-weight: normal;
  font-style: italic;
}

li {
  margin-left: 20px;
}

footer {
  font-size: 9pt;
  margin: 10px;
  text-align: center;
  color: yellow;
}

.subtitle{
  font-weight: normal;
}

@media screen and (max-width: 704px) {

}


