body{
    color: #282425;
    background-color: #fff1e6;
    font-family: Raleway;
    font-size: 20px;
    line-height: 1.5;
}

h1,
h2,
h3,
a {
    color: #756158;
    font-family: Playfair Display;
    font-style: italic;
}

h1 {
    font-size: 80px;
    text-align: center;
    color: white;
}

h2 {
    font-size: 48px;
    text-align: center;
}

h3{
    font-size: 24px;
}

.fotogalerie {
    background-color: #f9e3d0;
}

.kontakt {
    background-color: #f9e3d0;
}

.paticka {
    background-color: #282425;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.omne img {
    width: 200px;
    border-radius: 50%;
    float: left;
    margin: 0 30px 30px 0;
}

.fotogalerie img {
    width: 32%;
    border-radius: 10px;
    border: 2px solid #756158;
}

.pruvodce img {
    width: 350px;
    border-radius: 0 50px 50px 50px;
    float: right;
    margin: 0 30px 30px 0;
}

.kontakt img {
    width: 350px;
    border-radius: 50px 0 50px 50px;
    float: left;
    margin: 0 30px 0 30px;
}

section {
    padding: 50px 15%;
}

table {
    border-spacing: 0;
}

th,
td {
    text-align: left;
    border-bottom: 1px solid black;
    padding: 10px 0;
}

.cena {
    text-align: right;
    padding-left: 50px;
}

