.account-section {
    padding: 30px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.account-section-content {
    width: 100%;
    max-width: 520px;
    color: #212020;
}

.account-card {
    border: 5px solid #212020;
    border-radius: 5px;
    padding: 30px;
    margin-top: 20px;
    text-align: center;
}

.account-card p {
    font-size: 20px;
    margin-top: 0;
}

.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #212020;
}

.profile-name {
    font-size: 28px;
    font-weight: bold;
    margin: 16px 0 4px;
}

.profile-meta {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.twitch-button,
.logout-button {
    font-family: inherit;
    font-size: 18px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.twitch-button {
    background-color: #9146ff;
    color: #fff;
}

.logout-button {
    background-color: #5E5651;
    color: #fff;
}
