body{margin: 0;
height: 100%;
background-color:#a4765b ;}
hr{width: 85%;}
h3{text-align: center;}
.image{
    display: flex;
    justify-content: center; 
    align-items: center; 
    gap: 215px; 
}
.image img{
    width: 300px; 
    height: auto; 
    border-radius: 8px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
}
.vzhled {
    display: flex; 
    justify-content: space-between; 
    margin-top: 20px; 
}
.nevimuz {
    flex: 1; 
    margin: 0 80px; 
    padding: 10px; 
    background-color: #a4765b; 
    border-radius: 8px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}
h5 {
    margin: 0;
    color: #333;
}

footer {
    background-color: #5e4638; 
    color: white; 
    text-align: center;
    padding: 2px ; 
    position: relative; 
    bottom: 0; 
    width: 100%; 
}

@media (max-width: 768px) {
    .image {
        flex-direction: column;
        align-items: center; 
    }
    .vzhled {
        flex-direction: column; 
        align-items: center;
    }
}