.container {
  /* box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75); */
  padding-top: 30px;
  text-align: center;
  width: 100vw;
  height: 100vh;
}

.profile-photo {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  padding-bottom: unset;
  margin-bottom: 1rem;
}

footer {
  background-color: #fff;
  color: #000;
  font-size: 0.7rem;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  line-height: 0.2rem;
}


footer a {
  color: #4FC1A3;
  text-decoration: none;
}

.qrDetails{
  justify-content: center;
  display: flex;
}

.appDownload {
  margin-top: 1.5rem;
}