body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
}
header {
    background-color: #007bff;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
    margin-top: 0;
}

ul {
    line-height: 1.6;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
p {
    line-height: 1.6;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.thesis-info {
    margin-top: 20px;
}
.thesis-info h1 {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
}

.thesis-info h2 {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
}
.thesis-info p {
    margin-bottom: 10px;
}

.sources p {
    margin-bottom: 10px;
}

.navigation {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #339966;
    overflow: hidden;
    text-align: center; /* Center the text */
}

.navigation li {
    display: inline-block; /* Change from float to inline-block */
}

.navigation li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navigation li a:hover {
    background-color: #0056b3;
}

.sources a {
    text-decoration: none;
}

#nadpis a{
    text-decoration: none;
    color: #333
}