html {
    font-family: Verdana, sans-serif;
    background-color: #444444;
    color: #e2e1df;
}


#landing-page-init-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
}


#intro-title {
    font-size: 40px;
    font-weight: bolder;
    color: #bf55ec;
    display: block;
}

.stage1 {
    display: none;
    width: 300px;
    margin-top: 20px;

}

.stage2 {
    display: none;
    width: 300px;
    margin-top: 20px;

}

#login-redirect.stage1 {
    font-size: large;
    font-weight: bolder;
    position: absolute;
    bottom: 5%;
}



#login-redirect {
    background-color: #CB31CE;
    color: #e2e1df;
    border: 2px grey solid;
    border-radius: 5px;
    width: 125px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.logged-in {
    display: none;
}


.logout {
    width: 80px;
    height: 20px;
    background-color: red;
    border-style: none;
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    display: none;
}