.inner-passwords {
    width: 40vmin;
    margin: 0 auto;
}
#passwords li {
    font-size: 4vmin;
    display: block;
    text-align: center;

    cursor: pointer;

    border-radius: 1pt;
    margin: 0 auto;
}
#passwords li:hover {
    background-color: #acffd8;
}
#passwords li:active {
    background-color: #9f9;
    cursor: copy;
}
.more {
    margin: 0 auto;
    display: block;
    text-align: center;
}
