html {
    scroll-behavior: smooth;
}

body {
    background-color: rgba(137, 43, 226, 0);
    font-family: 'Fauna One', serif;
    font-size: 20px;
    background-image: url(obrazky/rsz_11pozadiefarebnecosameni.jpg);
}

.container {
    max-width: 900px;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 20px 0;
    background-image: url(obrazky/rsz_11pozadiefarebnecosameni.jpg);
}

ul.menu {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 50px;
}

ul.menu li {
    float: left;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

ul.menu li a {
    display: block;
    padding: 10px;
    color: black;
    text-decoration: none;
}

ul.menu li a:hover {
    background-color: rgb(201, 215, 108);
}

ul.menu li a:active {
    background: blueviolet;
}

.vitajte {
    min-height: fit-content;
}

table,
th,
td {
    border-width: 5px;
    border-style: solid;
    border-color: rgb(150, 116, 164);
    border-collapse: collapse;
}

table {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

td:hover,
th:hover {
    background-color: rgb(240, 234, 130);
}

h2.stred {
    text-align: center;
    text-shadow: 2px 2px 5px rgb(5, 179, 227);
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}

h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 35px;
}

h1 {
    scroll-margin-top: 120px;
}

article {
    margin-bottom: 120px;
}

h1.stred {
    text-align: center;
    text-shadow: 2px 2px 5px rgba(117, 0, 200, 0.471);
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 46px;
}

img.gjarko {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px;
    border-style: solid;
    border-color: rgba(195, 73, 225, 0.64);
    border-radius: 5px;
}

p.vstrede {
    text-align: center;
}

ul.zoznam-prac li {
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.zoznam-prac li a:link,
ul.zoznam-prac li a:visited {
    color: rgb(169, 47, 251)
}

ul.zoznam-prac li a:hover {
    background-color: rgb(201, 215, 108);
}

.skola-text {
    margin-top: 50px;
    margin-bottom: 50px;
}

div.scroll-container {
    background-color: rgb(63, 63, 63);
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

div.scroll-container img {
    padding: 10px;
    max-height: 260px;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p.citat {
    text-align: center;
    font-family: "Caveat", cursive;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
}

.caveat-poeticke {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.spat {
    position: fixed;
    bottom: 45px;
    right: 20px;
    width: 65px;
    height: 65px;
    background-image: url(obrazky/sipkahore.png);
    background-size: contain;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.julius-sans-one-regular {
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1.vitajtenapis {
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 150px;
    text-align: center;
}

p.kontaktvstrede {
    text-align: center;
}