#qrcode-icon {
  position: fixed;
  margin-top: 62vh;
  right: 1%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 99999999;
}

.qrcode-container {
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 30%;
    padding-right: 30%;
}


#qrcode-image {
  display: block;
  width: 250px;
  height: 250px;
  box-shadow: 0 0 10px rgb(255, 255, 255, 0.5);
}

#gif-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; 
  margin-top: 20px; 
  cursor: pointer;
}

#gif-container img {
  width: 50px;
  height: 50px;
}

#shareModal a, #shareModal button {
  display: block;
  margin: 10px 0;
  z-index: 9999999;
}

#shareqr:hover {
background-color: #170184;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#downloadqr:hover {
background-color: #170184;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}