body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #009DE8;
  color: white;
  text-align: center;
  padding: 10px 0;
}

footer {
  background-color: #009DE8;
  color: white;
  text-align: center;
  list-style-position: inside;
  padding-top: 10px;
  padding-left: 2em;
  padding-bottom: 10px;
  bottom: 0;
  width: 100%;
}

footer ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
  padding: 0;
  width: max-content;
}

footer a {
  color: white;
}

main {
  flex: 1;
}

#introduction {
  padding-left: 1em;
}

#swagger-ui {
  margin-top: 20px;
}
