
html, body {
  height: 100%;
  font-size: 18px;
  font-family: 'Roboto',Arial,sans-serif;;
  font-weight: lighter;
  line-height: 1.5em;
  overflow-y: hidden;
}

#cover-image {
  background-color: #efeae1;
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}


#description {
  padding: 25px;
  max-width: 30em;
  font-size: 2em;
  line-height: 1.8em;
  color: #5a5a5a;

}

#intro {
  margin-bottom: 10px;
}
