/* CSS files add styling rules to your content */

body {
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
}

h1 {
  font-style: italic;
  color: #373fff;
}

body {
  display: flex;
}

.input, .output {
  width: 30%;
}
.input {
  display: flex;
  flex-direction: column;
}

.output {
  margin-left: 1em;
}