nav{
    background-color: teal;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
}
nav :hover{
    background-color: violet;
}
a{
    background-color: turquoise;
    color: blue;
    padding: 20px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: large;
    border-radius: 10px;
    text-decoration: chartreuse;
}

h1{
    text-align: center;
}

p{
    margin-left: 100px;
    margin-right: 100px;
    font-size: large;
}

#vsetko{
    background-color: #ddeeff;
    transition: background-color 1s linear;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

textarea { 
    font-size: 20px;
}
#container {
    width: 1000px;
    height: 400px;
}
#zlejednotky{
    color: red;
}
button{
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px;
    border-radius: 10px;
    background-color: #dddddd;
    font-weight: 500;
    font-size: small;
}
input{
    size: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 7px;
    background-color: #dddddd;
}
#ktoreVysledkyChcem{
    width: 500px;
}