h1, span, a {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

#main-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.upper-container {
    width: 350px;
}

#container {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    /* width: calc(105% - 38px); */
    width: 105%;
}

#idurl-input {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

#check-button {
    width: 100%;
    box-sizing: border-box;
}

#status-text {
    width: 100%;
}

.loader {
    opacity: 0%;
    flex-shrink: 0;
}

#footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

#footerCollapsible {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

details {
  border: 1px solid #aaaaaa;
  background-color: #fff;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 0.5em;
}