/*happy birthday!*/
html {
  margin: auto auto auto auto;
  padding: 0;
}

body {
  margin: auto auto auto auto;
  padding: 0;
}
.blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/happy_b-day.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: blur(9px) opacity(0.8) sepia(0.2);
  z-index: -1;
}

.audio {
  display: none;
}

.content {
  padding-top: 60px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  font-size: 48px;
}

.bild {
  box-shadow: rgba(0,0,0,0.7) 0px 0px 46px;
	 -webkit-box-shadow: rgba(0,0,0,0.7) 0px 0px 46px;
}

p {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

p img {
  height: 100px;
  position: relative;
  top: 18px;
}

.tenor-gif-embed {
	margin: auto auto auto auto;
}