body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
pre {
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
}
#logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.1rem;
}
#logo img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
