body{
    background-color: #ded1bc;
    color: #2e2e2e;
    font-family: 'Garamond', 'Georgia', serif;
    background-size: cover;
    justify-content: center;
    margin: 0;
    height: 5%;
}

h1 {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 210%;
    color: #3b2a1a;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border-bottom: 3px double #7c5c42;
    padding-bottom: 10px;
}


h2 {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 170%;
    color: #5a3a26;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 15px;
    border-bottom: 2px solid #7c5c42;
    padding-bottom: 10px;
    margin-left: 13px;
    margin-right: 13px;
}

h3{
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 145%;
    color: #5a3a26;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 15px;
    border-bottom: 2px solid #7c5c42;
    padding-bottom: 10px;
    margin-left: 13px;
    margin-right: 13px;
}

header{
    background-color: #f4f1e6; 
    border-left: 8px solid #5a4b35; 
    padding: 10px 20px;
    font-family: 'Georgia', serif;
    font-size: 180%;
    font-weight: bold;
    color: #3b2f1c;
    margin: 40px 0 40px 25px;
    width: 300px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

p{
    font-family: 'Georgia', sans-serif;
    font-size: 120%;
    line-height: 1.75;
    color: #3e2f23;
    margin-bottom: 20px;
    text-align: justify;
    margin: 10px;
}

footer {
    background-color: #3e2f23;  
    color: #f4f4f4;             
    text-align: justify;        
    padding: 20px 0;
    font-family: 'Georgia', sans-serif;
    font-size: 110%;
    border-top: 2px solid #7c5c42;  
    margin-top: 40px;
    text-align: center;
}

.kozepre{
    display: flex;
    margin: 0;
    justify-content: center;
    margin-left: 25%;
}

.thumbnail-container {
    text-align: center;
    margin-top: 50px;
}

.thumbnail {
    width: 40%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.kisebb{
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 10px;
}

.kepek{
    font-family: Arial, sans-serif;
    font-size: 90%;
    margin-top: 5px;
}
  
.kerdes{
    font-weight: bold;
}


a.videoleiras-link {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 18px;
    background-color: #ffc107;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

a.videoleiras-link:hover {
    background-color: #e0a800;
}

ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.5rem;
}

li strong {
    color: #444;
}

li::marker {
    color: #888;
}

li span.city {
    font-weight: bold;
}