body{
    background-color:rgb(247, 238, 221);
    margin: 0;
    padding: 0;
    text-align: center;
}     

header{
    background: rgb(175, 216, 243);
    padding: 2%;
    text-align: center;
}

.button {
    border-radius: 10px;
    background-color: rgb(186, 154, 216); 
    border: none;
    color: black;  
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

footer {
    background-color:  rgb(175, 216, 243);
    color: black; 
    text-align: center;
    padding: 10px 0; 
    position: relative; 
    width: 100%; 
    margin-top: 10%;
}

.foto-tab {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5%;
}

.foto-tab td {
    width: 33.33%;
    text-align: center;
}

.moje-fotka {
    width: 90%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

p{
    text-align: center;
    color: black;
}

.moje-fotečka {
    width: 60%;
    max-width: 400px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    margin: 20px auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fotka{
    width: 100%;
    max-width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
h4 {
    margin-bottom: 3%;
}
hr{
    border: none;
    border-top: 2px solid #aaa;
    width: 50%;
    margin: 20px auto;
}