body {
  background: black;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
  padding-top: 10%;
  overflow: hidden;
  margin: 0;
}

video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

button {
  padding: 15px 30px;
  font-size: 18px;
  background: red;
  color: white;
  border: none;
  cursor: pointer;
}

.emoji {
  position: absolute;
  font-size: 3rem;
}

.meme {
  position: absolute;
  width: 150px;
  height: auto;
  border-radius: 10px;
}
