body {
    text-align: center;
}

.profile-container {
    margin: auto;
    background: var(--background);
    padding: 20px;
    text-align: center; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile-img {
    width: 153px;
    margin: 24px;
}

.welcome-text {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
}

.points {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 auto 15px;
    text-align: center;
}

.btn {
    width: 175px; 
    margin-top: 24px ;
}

.sign-out:hover {
    background-color: #e63946;
}

.dragon-illustration img {
    width: 21rem;
    display: block;
    margin: 10px auto; 
}


