/* Personal data */
.me {
    margin-left: 4rem;
    margin-bottom: 2rem;
}

.me .intro {
    margin-bottom: 0px;
    margin-left: 1rem;
    color: rgb(55, 60, 68);
    font-weight: 400;
}

@media (max-width: 768px) {
    .me {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        text-align: center;
    }

    .me .intro {
        margin-bottom: 0px;
        color: rgb(55, 60, 68);
        font-weight: 400;
    }
}

.name, .member-since {
    margin: 0px;
}

/* Finances */
.finances .lastPay {
    margin-left: 2rem;
}

/* Logout Button */
.logout {
    width: 100%;
}