body{
    
    background-color: #D4E0F7;
    margin: 0px;
}

header{
    background-color:#091534;
    width: 100%;
    height: 150px;
    color: #FB9902;
    font-family: 'Courier New';
    font-weight: bold;
    font-size: 20pt;
    text-decoration: none;
     text-align: center;
}
header h1{
    text-align: center;
    color: #FDED2A;
    margin: 0px;
    padding-top: 30px;  
}

nav{
    position: absolute;
    background-color: #0247FE;
    width: 100%;
    height: 50px;
    
}
.nav-odkaz{
    position: absolute;
    top: 0px;
    width: 20%;
    text-align: center;
}
.odkaz-prvni{
    left: 0px;
}
.odkaz-druhy{
    left: 20%;
}
.odkaz-treti{
    left: 40%;
}
.odkaz-ctvrty{
    left: 60%;
}
.odkaz-paty{
    left: 80%;
}
nav a{
    color: #FB9902;
    font-family: 'Courier New';
    font-weight: bold;
    font-size: 20pt;
    text-decoration: none;
     text-align: center;
}

main{
    margin-top: 50px;
    background-color: #D4E0F7;
    width: 100%;
    min-height: 500px;
}
main h1{
    color: #FB9902;
    font-family: 'Courier New';
    text-align: center;
}

footer p{
    text-align: center;
    color: #FE2712;
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
    padding-top: 7px;
}/* CSS Document *//* CSS Document */

