body, html{
  height: 100%;
}

.bg{
  filter: blur(8px);
  -webkit-filter: blur(8px);
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
