@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}
html,body{
      height: 100%;
}
body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    background-color: #999292;
}
header {
    background-image: url('https://images.unsplash.com/photo-1600185365925-3f98ff34d7f4');
    background-size: cover;
    background-position: center;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 10rem 2rem;
}
header h1 {
    font-size: 5rem;
    margin-bottom: 1rem;
}
header p {
    font-size: 1.5rem;
}

nav {
    background-color: #000000;
    padding: 1rem ;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
nav a {
    color: rgb(255, 255, 255);
    margin: 2rem;
    text-decoration: none;
    font-weight: bold;
}
section {
    padding: 3rem 2rem;
    max-width: 2000px;
    margin: auto;
}
h2 {
    color: #000000;
    margin-bottom: 1rem;
}
.services {
    display: grid;
    gap: 2rem;
}
.service-item {
    background-color: rgb(240, 240, 240);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-left:auto;
    margin-right:auto;
}
footer {
    background-color: #000000;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 3rem;
}

.produkty {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.produkt {
    background-color: #f2f2f2;
    border-radius: 1px;
    padding: 2px;
    flex:  20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.produkt img {
    max-width: 80%;
    height: auto;
    border-radius: 2px;
}

.produkt p {
    margin-top: 1px;
    font-size: 16px;
}

.zuvaky {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.zuvak {
    background-color: #f2f2f2;
    border-radius: 1px;
    padding: 2px;
    flex:  10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.zuvak img {
    max-width: 80%;
    height: auto;
    border-radius: 2px;
}

.zuvak p {
    margin-top: 1px;
    font-size: 20px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.breadcrumb {
    background: #eee;
    padding: 10px;
    font-size: 14px;
}

.breadcrumb a {
    text-decoration: none;
    color: #333;
}

.product {
    display: flex;
    padding: 20px;
    gap: 40px;
}

.product-image img {
    width: 400px;
    border-radius: 10px;
}

.product-info {
    max-width: 600px;
}

.product-info h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.description {
    font-size: 16px;
    margin-bottom: 10px;
}

.delivery, .stock, .price {
    margin: 10px 0;
}

.green {
    color: green;
    font-weight: bold;
}

.red {
    color: rgb(240, 0, 0);
    font-weight: bold;
}



.mrzimatonadpis {
    background-image: url('https://images.unsplash.com/photo-1600185365925-3f98ff34d7f4');
    background-size: cover;
    background-position: center;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 10rem 2rem;
    margin-left:auto;
    margin-right:auto;
}
.mrzimato h1 {
    font-size: 5rem;
    margin-bottom: 1rem;

}
.mrzimato p {
    font-size: 1.5rem;
}




  

