body {
    background: #2b2b2b;
    min-height: 100vh
}

.login-card {
    background: #1f2f36;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    color: white;
}

.review-card {
    background: #1f2f36;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    color: white;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    color: white;
}

.color-text {
    color: white;
}

.comment{
     background-color: #1f2f36;
}