#pagecontent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5%;
}

#dialogbox {
    border: 1px solid var(--box--border);
    border-radius: var(--box--radius);
    background-color: var(--box--background);
    padding: 10px 10px;
}

#password {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
}

#send {
    cursor: pointer;
}
    