#show {
  position: relative;
  top: 10em;
  width: 948px;
  height: 379px;
  margin: 0 auto; }

#intro {
  width: 85em;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0em 0em 1em #ccc;
  margin-top: 15em;
  padding: 3em 5em; }
  #intro p {
    text-indent: 2.5em;
    font-size: 2em;
    line-height: 1.5em; }

#values {
  margin: 0 auto;
  margin-top: 8em;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  #values .value {
    width: auto;
    border: 0.25em #bbb dashed;
    opacity: 0.8; }
    #values .value span {
      display: block;
      font-size: 4em; }
  #values #v1, #values #v2, #values #v3 {
    padding: 3em 8em; }
  #values #v1 {
    background: #FFDAC8; }
  #values #v2 {
    background: #E8FFC4; }
  #values #v3 {
    background: #FFFFCE; }

#results {
  width: 80em;
  margin: 0 auto;
  margin-bottom: 8em; }
  #results #res1, #results #res2, #results #res3 {
    padding: 4em 0em 4em 0em;
    margin-top: 8em;
    box-sizing: border-box;
    box-shadow: 0em 0em 1em #ccc;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; }
    #results #res1 p, #results #res2 p, #results #res3 p {
      width: 25em;
      display: inline-block;
      font-size: 2em;
      line-height: 1.3em; }
    #results #res1:hover, #results #res2:hover, #results #res3:hover {
      border: 0.2em #bbb dashed; }

/*# sourceMappingURL=index.css.map */
