body {
    margin: 0;
    font-family: cursive;
    background-color: white;
}

/* HEADER */

header {
    background-color: #553300;
    padding: 10px;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

nav img {
    border-radius: 10px;
}

/* МЕНЮ */

nav a {
    text-decoration: none;
    border-radius: 40px;
    padding: 15px 25px;
    font-size: 22px;
    transition: 0.3s;
}

.price {
    background-color: #964309;
    color: peru;
}

.gol {
    background-color: #8C5A3C;
    color: saddlebrown;
}

.zam {
    background-color: #AE7B2D;
    color: peru;
}

.zni {
    background-color: #D49537;
    color: peru;
}

nav a:hover {
    background-color: #FFDDAA;
    color: black;
}

/* MAIN */

main {
    display: flex;
}

/* ФІЛЬТР */

.filter {
    background-color: #FFDDAA;
    padding: 20px;
    width: 230px;
}

form label {
    display: block;
    margin: 6px 0;
    font-size: 18px;
}

/* КАТАЛОГ */

.catalog1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* КАРТКИ */

article {
    width: 220px;
    text-align: center;
    border: 2px solid black;
    border-radius: 10px;
    padding: 15px;
    background: white;
    transition: 0.3s;
}

article img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

article:hover {
    background-color: #FFDDAA;
    transform: scale(1.05);
}

/* КНОПКА */

button {
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-family: cursive;
    background-color: #AE7B2D;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: grey;
}

/* FOOTER */

footer {
    background-color: #553300;
    color: white;
    text-align: center;
    padding: 20px;
}

footer img {
    width: 50px;
    margin: 10px;
    opacity: 0.6;
    transition: 0.3s;
}

footer img:hover {
    opacity: 1;
    transform: scale(1.2);
}

.big-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.big-img img {
    width: 90%;
    border-radius: 15px;
}.viduk{
    background-color: #331900;
    color: #553300;
}  
.ss{
    text-align: center;
}
.ee{
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    flex-wrap: wrap;
}
div{
    background-color: #8C5A3C;
    width: 300px;
    height:400px;
    margin:20px;
}
h1{
    text-align: center;
}
