body {
    background-color: #667d47;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body>* {
    margin: 0;
    padding: 0;
    display: flex;
    color: black;

    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.nadpis {
    font-size: 60px;
    width: 100%;
    text-align: center;
    ;
}

#graph {
    border: 1px solid;
}

.container,
.container>*,
.graph_section {
    background-color: #f7f9e9;
}

.container {
    display: block;
    width: 1500px;
    height: max-content;
    margin: 0 auto;
    padding: 20px 50px;
}

.graph_section>p {
    font-size: 17px;
    margin-left: 25px;
}

.graph_section {
    width: 1450px;
    margin: 0 auto;
}

#latest_t {
    width: 100%;
    padding: 0 25px;
}

.moznosti {
    display: flex;
    margin: 0 0;
    padding: 25px 25px;
    width: 100%;
}

.moznosti>form {
    width: 1200px;
    height: min-content;
}

.moznosti>* {
    margin: 0;
    padding: 0;
}

.graph_container {
    display: flex;
    width: min-content;
}

#graph {
    width: 1400px;
    height: 800px;
    margin: 0 0;
    background-color: white;
}

.graph_t {
    height: 500px;
    width: 20px;
    max-width: 20px;
    display: block;
    justify-content: space-between;
    padding-left: 5px;
}

.graph_t>* {
    margin: 0;
    padding: 0;
}

.graph_time_container {
    width: 1400px;
    display: inline-flex;
    padding: 0 25px;
    margin: 0;
    justify-content: space-between;
}

.graph_time_container>* {
    margin: 5px 0 0 0;
    padding: 0;
}

#stav {
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    justify-content: space-evenly;
}

#stav>* {
    font-size: 18px;
    padding: 5px;
    border-radius: 5px;
    color: black;
}

#popisy {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}

#follow_box {
    position: absolute;
    font-size: 20px;
    height: min-content;
    width: max-content;
    padding-left: 2px;
    background-color: black;
    opacity: 0;
    z-index: 2;
    color: white;
}

.latest {
    display: flex;
    height: min-content;
    width: min-content;
    margin: 0 auto;
}

.latest>p {
    color: white;
    padding: 2px 2px;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    height: min-content;
    width: 200px;
    margin: 0 10px;

    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: black;
}

.download_div {
    display: flex;
    width: 100%;
    height: 50px;
}

#download {
    color: rgb(5, 5, 88);
    font-size: 22px;
    background-color: lightgray;
    border-radius: 5px;
    padding: 2px 4px;
    height: min-content;
    width: max-content;
    margin: auto auto;
    text-decoration: none;
}

#download:hover {
    background-color: white;
}