.body{
    background-color: rgb(245, 245, 245);
}
.title{
    height: 100px;    
    background-color: #a52a2a;
    /* height: 100px;  */
    text-align: center;
    line-height: 0;
    font-size: 200%;
    margin: 0px -10px 0px -10px;
  }

.topnav {
    background-color: #333;
    line-height: 0.7;
    font-size: 130%;
    margin: 0px -10px 0px -10px;
    overflow: hidden;
}

/* Стиль ссылок внутри панели навигации */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    /* font-size: 40%; */
}

/* Изменение цвета ссылок при наведении курсора */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Добавить цвет для активной/текущей ссылки */
.topnav a.active {
    background-color: #741d1d;
    color: white;
   
}
.product-description{
    font-size: 150%;
    --product-mobile-width: auto;
    --product-card-min-width: 164px;
    --product-card-max-width: 1000px;
    display: inline-block;
    grid-template-columns: repeat(auto-fill, minmax(var(--product-card-min-width), 1fr));
    grid-gap: var(--padding-medium);
    height: auto;
    margin-right: 5%;
    margin-left: 2%;
  }
  .title_information{
    font-size: x-large;
}

 
