<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    
}

body {
    /*width: 100vw;*/
    height: 1400px;
    margin: 0 !important;
    

}

.pozadiStranky {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -1;
    filter: brightness(0.5);
    width: 100%;
    height: 100vh;
    background-attachment: fixed;


}

.pozadiBarva {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
}

.charactersHEAD {
    display: flex;
    gap: 5px;
}


.child {
    display: inline-block;

    padding: 1rem 1rem;
    vertical-align: middle;
}

.column {
    width: 50%;
    float: left;
    height: fit-content;
    flex: 50%;
    flex-direction: column;
    align-items: center;
}


.row:after {
    content: "";

    clear: both;

}

.row {
    display: flex;
    flex-wrap: wrap;
}

.krabice {

    border-radius: 50px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px;
    

    margin: 24px 48px;
    text-align: left;
}



h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 10px;
    color: white;
    text-shadow: 6px 6px 6px #000000;
    font-size: 50px;
}

h2 {
    padding: 10px;
    color: white;
    text-align: center;
    margin: 0px 80px 0px 80px;
}

img {
    
    
    border-radius: 20px;
    height: 220px;

}

.starter {
    margin: 0;
    text-align: center;



}
.zadniimg{
    width:auto;
    height: 380px;
    border-radius: 30px;
    
}
nav {
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0px 10px 0px;
    background-color: rgba(0, 0, 0, 0.4);

    text-transform: uppercase;
    margin: 0;


}
li{
    font-size: large;
}
ul vyber {
    width:100%;
}


nav a {
    color: rgb(182, 182, 182);
    text-decoration: none;
    list-style: none;
    padding: 10px;
    text-shadow: 0 0 3px #0f0e0e, 0 0 5px #000000;
    border: solid;
    border: none;
}

nav a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 3px #979797, 0 0 5px #ffffff;
}

.vyber {
    width: 100%;
}

nav li {
    display: inline-block;
    margin: 5px;
    
}

p {
    color: white;
    padding: 5px;
    margin: 20px;
    font-size: larger;
}

a {
    font-size: 20px;
    font-family: Pixelify Sans;
}

.obrazek {
    height: 800px;
    width: auto;
    z-index: 2;
}

.obrazek:hover {
    filter: grayscale(1);
    cursor: help;
    transition: 1.4s;

}

.sbirka {
    width: 30%;
    height: auto;
}

.container {
    width: 95%;
    margin: 0 auto;
}




@media screen and (max-width: 738px) {
    nav ul{
        text-align: justify;
    }

    body {
        background-color: rgb(12, 8, 67);
    }

    .row {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }

    .krabice {
        margin: 12px;
    }

    h1 {
        text-align: center;
    }
    .scroll-container img{
        margin: -60px;
        height: 400px;
    }
    h2{
        font-size: 20px;
    }
    .scroll-container{
        text-align: left;
        width: 100%;
        margin: 0%;
    }
    p{
        font-size: 19px;
    }
}

.scroll-container {
    background: transparent;
    overflow: auto;
    white-space: nowrap;
    padding: 70px;
    height: 900px;
    width: 100%;
}

.scroll-container img {
    padding: 10px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}
::-webkit-scrollbar {
    display: none;
}</pre></body></html>