* {box-sizing: border-box;}

.nadpis {
    text-align: center;
    border: 1px solid #927fbf;
    background-color: #927fbf;
    padding: 20px;
    border-radius: 20px;
    color: #e9e6f7;
}

body {
    background-color: #363b4e;
}


.menu {
    height: 30px;
    width: 100%;
    background-color: #927fbf;
    border-radius: 10px;
    font-size: 20px;
    padding: 3px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    display: flex;
    justify-content: space-around;
    
}

.odkaz{
    display: inline;
    margin-left: 3%; 
    margin-right: 3%;   
    color: white;
    
    
}

.odkaz1 {
    
    width: 140px;
    height: 25px;
    background-color: #4f3b78;
    border-radius: 10px;
    color: white;
}



.obsah {
    text-align: justify;
    font-size: 20px;
    margin-top: 30px;
    padding: 20px;
    color: aliceblue;
    height: fit-content;
    width: 100%;
    background-color: #927fbf;
    font-family: 'Courier New', Courier, monospace;



}

.float {
    background-color: #4f3b78;
    display: inline;
    color: white;
    



}

.zpet {
    color: white;
    float: left;
    text-align: center;
    align-content: center;
    margin-top: 10px;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 150px;
    height: 50px;
    background-color: #927fbf;
    border-radius: 10px;


}

.dalsi {
    color: white;
    float: right;
    text-align: center;
    align-content: center;
    margin-top: 10px;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 150px;
    height: 50px;
    background-color: #927fbf;
    border-radius: 10px;


}

a {
    text-decoration: none;

}

a:hover {
    background-color: #4f3b78;
    cursor: pointer;
    border-radius: 10px;
    width: 140px;
    height: 25px;
}

.button {
    text-align: center;
    margin-top: 20px;


}



.dalsi:hover {
    cursor: pointer;
    background-color: #4f3b78;
    border: #927fbf solid 2px;
}

.zpet:hover {
    cursor: pointer;
    background-color: #4f3b78;
    border: #927fbf solid 2px;
}