:root {
  --fullwidth: 500px;
}

* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;

}

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}


.container80 {
  max-width: var(--fullwidth);
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}

.results {
  padding: 1em;
  background-color: lightsteelblue;
  border: 2px;
  margin: .5em 0;
}