body { 
  margin: 0px auto;
  text-align: center;
  margin-top: 10%;
  background: #330713;
  color: white;
  overflow-x: hidden;
} 

img {
  border-radius: 5px;
}

/* i {
  position: fixed;
  top: 60vh;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  z-index: 999;
  filter: drop-shadow(rgba(0, 0, 0, 0.226) .6rem .6rem 8px);
  color: white;
} */

.previewBox2 {
  display: none;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-height: 400px;
  filter: drop-shadow(rgba(0, 0, 0, 0.226) .6rem .6rem 8px);
  background-repeat: no-repeat;
} 
.previewBox {
  display: block;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-height: 400px;
  filter: drop-shadow(rgba(0, 0, 0, 0.226) .6rem .6rem 8px);
  background-repeat: no-repeat;
}

.identity {
  font-weight: bold;
  font-color: white;
  font-size: 5vh;	
  font-family: "Segoe UI", Arial, sans-serif;
}

p {
  text-align: center;
  font-family: "Segoe UI", Arial, sans-serif;
}

@media (orientation: portrait) {
  i {
    position: fixed;
    top: 70vh;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    z-index: 999;
    filter: drop-shadow(rgba(0, 0, 0, 0.226) .6rem .6rem 8px);
    color: white;
  }
  .previewBox {
    display: block;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-height: 400px;
    filter: drop-shadow(rgba(0, 0, 0, 0.226) .6rem .6rem 8px);
    background-repeat: no-repeat;
  }
  .identity {
    font-weight: bold;
    font-color: white;
    font-size: 5vh;	
    font-family: "Segoe UI", Arial, sans-serif;
  }
  p {
    text-align: center;
    font-family: "Segoe UI", Arial, sans-serif;
  }
}

@media (orientation: landscape) {
  i {
    position: fixed;
    top: 30dvh;
    left: 80%;
    transform: translateX(-20%);
    height: auto;
    z-index: 999;
    filter: drop-shadow(rgba(0, 0, 0, 0.226) .6rem .6rem 8px);
    color: white;
  }
  .previewBox {
    display: block;
    object-fit: contain;
    margin-top: -15vh;
    margin-left: 5vw;
    /* transform: translateX(-20%); */
    width: 50%;
    max-height: 200px;
    filter: drop-shadow(rgba(0, 0, 0, 0.226) .6rem .6rem 8px);
    background-repeat: no-repeat;
  }
  .identity {
    display: block;
    font-weight: bold;
    font-color: white;
    font-size: 2rem;	
    margin-left: -40vw;
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: center;
  }
  p {
    margin-left: -40vw;
    text-align: center;
    font-family: "Segoe UI", Arial, sans-serif;
  }
}

.statusfield {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 10px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;	
  color: #fffff;
}

.version {
  position: fixed;
  bottom: 0;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  flex: none;
  width: 100%;
  display: inline-block;
  justify-content: center;
  font-size: 8px;
  color: #4C4C4A;
}
