body {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

#container {
  margin-top: 30px;
  width: 598px;
  background-color: #ffffff;
  color: #595959;
}

div {
  font-size: 14px;
  font-family: Arial;
}

ol {
  font-size: 14px;
  font-family: Arial;
}

h1 {
  font-size: 26px;
  font-family: Arial;
  color: #000000;
}

h2 {
  font-size: 19px;
  font-family: Arial;
  color: #000000;
}

h3 {
  font-size: 17px;
  font-family: Arial;
  color: #000000;
}

table {
  font-size: 15px;
  font-family: Arial;
  color: #595959;
  border: 1px solid black;
  border-collapse: collapse;
  text-align: left;
  height: 1019px;
}

table th,
td {
  border: 1px solid black;
}

a {
  text-decoration: none;
  color: #3030f1;
}
