body {
    background-color: pink;
}


.sude {
    color: blueviolet;
}

.liche {
    color: aquamarine;
}

html {
    scroll-behavior: smooth;
}

a:hover {
    color: rgba(255, 0, 0, 0.535);
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {
    text-align: center;
    font-size: 1.5em;
}

h1 {
    font-size: 4em;
    text-align: center;
    text-shadow: 2px 2px 4px #ffffff;
    display: ruby;
}

.kyticky {
    object-fit: contain;
    width: 25em;
    margin-bottom: 2em;
}

.menu1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2em;
    margin-left: 6em;
    margin-right: 6em;
    background-color: pink;
    top: 0;
    position: sticky;
}

.smajlik {
    object-fit: contain;
    width: 25px;
}

main {
    display: flex;
    justify-content: space-between;
    margin-left: 6em;
    margin-right: 6em;
    margin-top: 3em;

}

.sloupec {
    object-fit: contain;
    width: 100%;
    height: 100%;

}

.krajni {
    flex: 1;
}

.stredni_index {
    flex: 5;
    border: 2px inset grey;
    height: auto;
    margin-left: 3em;
    margin-right: 3em;
    text-align: center;
    overflow: auto;
    background-image: url('R1-07697-025A.JPG');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.stredni_o_samote {
    flex: 5;
    border: 2px inset grey;
    height: 100%;
    margin-left: 3em;
    margin-right: 3em;
    background-image: url('R1-00801-0015.JPG');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.prava {
    position: sticky;
    top: 90px;
}

.leva {
    position: sticky;
    top: 90px;
    text-align: center;
}

.text_o_samote {
    padding: 2em;
    text-align: justify;
}

.krajni img {
    margin-bottom: 0.8em;
}

.nazev {
    text-decoration: none !important;
    color: black;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 0.5em;
}

.audio_uvod {
    display: flex;
    margin-left: 6em;
}

hr {
    margin-inline-start: 2em;
    margin-inline-end: 2em;
}

.nadpis {
    padding-left: 2em;
    padding-right: 2em;
    text-align: justify;
}

.obrazky {
    text-align: center;
    padding-bottom: 2em;
}

.zatim_ahoj {
    text-align: justify;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
}

.nenapadne_odkazy {
    text-decoration: none !important;
    color: black;
}