@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,800;1,400&display=swap');
body {
  margin: 0;
  background-color: #eeeeee;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

article {
  padding-left: 90px;
}

h1 {
  font-weight: 800;
}

h2 {
  font-weight: 600;
}

p {
  max-width: 610px;
}

ol {
  font-size: 1.2em;
}

table {
  border: 0;
}

table img {
  height: 200px;
}

table label {
  color: #aaaaaa;
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  font-style: italic;
  display: block;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #dddddd;
  color: #999999;
  box-sizing: border-box;
  padding: 20px 90px;
}
