@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

html, body {
    margin: 0;
    min-height: 100vh;

    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
}

footer {
    margin-top: auto;
}
.logoindex{
 
    max-width: 400px;
    height: auto;

}
.password{
    font-family: monospace;
    font-size: 2em;
    color: #000;
    background-color: #fff;
    /*padding: 10px;*/
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
    display: block;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    
}
.text-justify {
    text-align: justify;
}