h1 {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  width: 97%;
}

img {
width: auto;
height: auto;
max-width: 200px;
}

pre {
white-space: pre-wrap;
}

.footer {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
}
