:root{
    --my-color: #ff2233;
    --purple: #ad7df9;
    --light-green: #9ae779;
    --yellow: #ffd72e;
    --red-orange: #ee4036;
    --tangerine: #f7941f;
    --denim: #0f76bd;
    --forest-green: #0B9444;
    --pink: #f39ec5;
    --night: #222223;
    --day: #f1ece6;
}

.profile img{
    width: 35px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
}

.profile{
    display: flex;
    align-items: center;
    font-size: 1.2em;
    gap: 5px;
}

.comment-header{
    display: flex;
    justify-content: space-between;
}

.stars{
    display: flex;
    gap: 3px;
}

.review-box{
    background-color: var(--night);
    color: var(--day);
    margin-bottom: 5px;
}

.delete{
    margin-bottom: 100px;
}