﻿body {
}
.price-and-descryption{
    text-align:center;
    justify-content:center;
    background-color:lightcoral
}
.row {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
}