body {
  background-color: #2e3035;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

svg {
  width: 100%;
  height: 100%;
}

#container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#emoji {
  text-anchor: middle;
  padding: 0;
  margin: 0;
  user-select: none;
  font-size: 6rem;
}

#shadow {
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255, 0.5);
  width: 50%;
  height: 2px;
  border-radius: 1rem;
}
