body {
    margin: 0;
    background-image: url("background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #d0d0d0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#passwordEntryform {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.hidden {
    display: none;
}

