body {
  line-height: 1.3em;
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html, body, .container {
  height: 100vh;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}

pre, code {
  font-family: "Consolas", "Courier New", monospace;
  background-color: #f5f5f5;
}

pre {
  padding: 10px;
  overflow-x: scroll;
}


.infoContainer {
  position: relative;
  top: 80px;
  margin: 0px auto;
  max-width: 800px;
}

.infoView {
  padding: 5px 10px;
  font-size: 1.5em;
  line-height: 1.3em;
  border: 3px solid #eee;
}
