body {
    height:100vh;
    background-size: cover;
    background-color: #2848A8;
}

.container {
    padding: 1em;
}

.logo-container {
    text-align: center;
    padding: 2em;
    margin: 1em;
}

.logo {
    transform: scale(1.3);
    width: 65%;
    height: auto;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.introduction {
    display: flex;
    color: #ffffff;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 1rem;
}

.hints-title {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 1rem;
    text-decoration: underline;
}

.hints {
    font-size: 30px;
    font-weight: bold;
    text-align: start;
    padding-bottom: 1.5rem;
}

#webfacerecon {
    width: 30%;
}

.retryContainer {
  display: none; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75); 
  border-radius: 12px;
  z-index: 20; 
  text-align: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
    #webfacerecon {
        width: 100%;
    }
}

#webfacerecon.sdk-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; 
    height: 100vh;
    z-index: 9990; 
    margin: 0;
    padding: 0;
}
