body {
  margin: 1vh 1vw;
  background-color: #efe;
}

h1,
h2 {
  font-family: "Roboto", Arial, sans-serif;
  text-transform: capitalize;
  color: #1b3409;
  margin-left: 1rem;
}

ul,
fieldset,
legend {
  border: 1px solid;
  background-color: white;
}

fieldset,
legend {
  border-radius: 0.5em;
}

ul {
  padding: 0;
  font-family: monospace;
}

li,
legend {
  background-color: #cfc;
  padding: 0.2em 0.5em;
}

li {
  list-style-type: none;
  &:nth-of-type(even) {
    background-color: inherit;
  }
}

input {
  left: 10em;
  position: absolute;
}

button {
  font-size: 1em;
  padding: 0.2em 1.5em;
  background-color: #cfc;
  border-radius: 0.5em;
  border: 1px solid;
}
