* {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: 7px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    
    
}

.odkaz, .odkaz1 {
    display: inline;
    margin-left: 7%; 
    margin-right: 7%;   
    color: white;
    
    
}



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



}


a {
    text-decoration: none;

}

a:hover {
    background-color: #4f3b78;
    cursor: pointer;
    border-radius: 10px;

}

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


}

button {
    background-color: #927fbf;
    width: 40%;
    height: 50px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: aliceblue;


}

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

