html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.birthdaycontainer {
  height: 100%;
  width: 100%;
  background-image: url('1838177.png');
  background-repeat: repeat;
  background-size: 25%;
}
video {
  height: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.cir {
  height: 50px;
  width: 50px;
  position: fixed;
  top: 0%;
  left: 0%;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url('slmBday.png');
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
#playme {
  font-family: sans-serif;
  font-size: 26pt;
  text-shadow: 0px 0px 15px black, 1px 0px 5px black, 0px 1px 5px black, -1px 0px 5px black, 0px -1px 5px black;
  color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
  z-index: 50;
}
#playme:hover {
  color: yellow;
}
#sauce {
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: sans-serif;
  text-shadow: 0px 0px 1px black, 1px 0px 1px black, 0px 1px 1px black, -1px 0px 1px black, 0px -1px 1px black;
  color: white;
}
#sauce a {
  color: yellow;
  text-decoration: none;
}
#sauce a:active,
#sauce a:visited {
  color: yellow;
}
#sauce a:hover {
  text-decoration: underline;
}
