* {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;

  background: rgb(122, 188, 255);
  background: linear-gradient(
    to bottom,
    rgba(122, 188, 255, 1) 0%,
    rgba(96, 171, 248, 1) 44%,
    rgba(64, 150, 238, 1) 100%
  );
}

#happyGary {
  position: absolute;
  width: 100%;
  top: 50%;

  font-family: Roboto, Arial;
  font-size: 35.5vmin;
  text-align: center;
  transform: translate(0, -50%);

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

#garyMusic {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10000;
}
