#share > * {
  font-family: 'PublicSans-Regular';
}
#share {
  background: #455b3e;
  background: linear-gradient(
    165deg,
    #455b3e 0%,
    #455b3e 36%,
    #323f2d 100%
  );
  position: fixed;
  bottom: -50svh;
  left: 0svw;
  width: 100svw;
  height: 40svh;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  transition: bottom 0.5s ease-in-out;
  pointer-events: all;
}

#share > #share-container {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 3svh;
}

#share > #share-container > button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  border: none;
  width: 152px;
  height: 32px;
  border-radius: 25px;
  font-size: 15px;
  z-index: 1;
  background-color: #E4DBBF;
  filter: drop-shadow(3px 4px 2px rgba(0, 0, 0, 0.5));
  font-family: 'PublicSans-Bold';
  color: black;
  overflow: visible;
}

#share > #share-container > #closeShareFrame {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 40%;
  background-color: transparent;
  border: none;
  color: transparent;
}

#share > #share-container > button:hover {
  color: black;
}

#share > #share-container > button:active {
  color: black;
}

#share > #share-container > button:focus {
  color: black;
}

#share > #share-container > #view-again-button,
  #share > #share-container > #main-menu-button {
  background-color: #aac0a5;
}
