* {
    margin: 0;
    box-sizing:border-box;
}
body {
    background-color: #09071C;
    color: white;
    font-family: "Bahnschrift", sans-serif;
    padding-bottom: 120px;
}
article {
    padding: 1em;
}
.container {
    display: flex;
    width: 100%;   
}
h1 {
    font-family: "Bahnschrift", sans-serif;
    text-align: center;
    padding: 10px;
    color: white;
}
h2, h3{
    padding-bottom: 0.5em;
    text-align:center;
}
nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
    padding-right: 2em;
}
nav a {
    font-weight: bold;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    padding-right: 0;
}
nav img {
    width: 100px;
    height: 100px;
}
.navbar {
    width: 200px;
}
main {
    background-color: #09071C;
    flex: 3;
}
aside {
    background-color: #09071C;
    flex-basis: content;
    text-align: center;
    flex-direction: column;
}
aside h3 {
    padding: 10px;
}

a:hover {
    background-color: #151042;
}
a{
    text-decoration: none;
    color: #42A3B3;
}
.active {
    color: #EE067E;
}
.reklama {
    width: 20em;
    height: 27em;
}
.prispevky {
    max-width: 100%;
    height: 15em;
}
video {
    max-width: 100%;
    height: 17em;
    padding-top: 10px;
}
footer {
    color: gray;
    position: fixed;
    bottom: 0;
    width:100%;
    text-align: center;
    background-color: #09071C;
    padding:5px;
}
.ikony {
    width: 35px;
    height: 35px;
}
.spacer {
    flex-grow: 1;
}
@media only screen and (max-width: 800px) {
  .container, nav {
    flex-direction: column;
  }
}
ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.dotaz {
    padding-left: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}
