*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*width: 1000px;*/
}

header{
    width: 95vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid black;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    background-color: antiquewhite;
}


form{
        margin-left: 25px;
}



h1{
font-size: 60px;
font-weight: 700;
font-family: 'Times New Roman', Times, serif;
text-shadow: 8px 8px 8px grey;
text-align: center;
-webkit-text-stroke: white 0.4px;
}


main{
    width: 95vw;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    border: 1px solid black;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    background-color: rgb(244, 245, 194);
}

h2{
    width: 95vw;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
}

main a{
    font-size: 30px;
    font-weight: 600;
    color:blue;
    text-decoration: none; 
}

main a:hover{
    font-weight: 800;
    color:rgb(198, 94, 224);
}

.navstevnost{
    font-size: 30px;
    font-weight: 800;
    color: black;
    
}

.historie{
    font-size: 20px;
    font-weight: 400;
    color: black;
    
}
