html, body {
  height: 100%;
}

body {
  background: linear-gradient(180deg, #009688 20%, #d8dbd5 0%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.data-container {
  background: #eeeeee;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
