main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

#user-secret {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Atkinson Hyperlegible';
    color: green;
}

#logout-button {
    font-family: 'Atkinson Hyperlegible';
    font-size: 2rem;
    font-weight: 600;

    color: white;
    outline: none;
    border: none;
    background: linear-gradient(45deg, #1836b2, #20c6c8);

    border-radius: 25px;
    padding: 10px;

    cursor: pointer;
}