html {
  height:100%;
}
body {
  background: url(../background.jpg) no-repeat 0 0;
  background-color: #e7e6ec;
  height:100%;
}
#cookieConsent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    text-align: center;
}
