body { 
    font-family: sans-serif;
    background-color: #f0f2f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

header { 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 50px;
    background-color: #ffae00;
    color: white; 
    width: 100%; 
    padding: 15px; 
    text-align: center; 
    font-weight: bold; 
}

.container { 
    width: 90%; 
    max-width: 500px;
    margin-top: 20px; 
}

.box { 
    background: white; 
    padding: 15px; 
    border-radius: 8px; 
    box-shadow: 0 1px 2px rgba(0,0,0,0.1); 
    margin-bottom: 20px; 
}

textarea { 
    width: 100%; 
    height: 200px;
    border: 1px solid #ddd; 
    padding: 10px; 
    border-radius: 8px; 
    resize: none; 
    box-sizing: border-box; 
}

input {  
    border: 1px solid #ddd; 
    padding: 10px; 
    margin-bottom: 10px;
    border-radius: 8px; 
}

button { 
    background: #ffae00; 
    color: white; 
    border: none; 
    padding: 10px 20px; 
    border-radius: 5px; 
    cursor: pointer; 
    margin-top: 10px; 
    float: right; 
}

button:disabled { 
    background-color: #ccc; 
    cursor: not-allowed; 
}

.post { 
    background: white; 
    padding: 15px; 
    border-radius: 8px; 
    margin-bottom: 10px; 
    border-bottom: 1px solid #ddd; 
}

.error-bar { 
    background: #ffcccc; 
    color: #cc0000;
    padding: 10px; 
    border-radius: 8px; 
    margin-bottom: 10px; 
    display: none; 
    font-size: 14px; 
}

.warningbox {
    font-size: 18px;
    color: #bd8100;
    padding: 10px 20px;
    background-color: #ffe1a0;
    border-color: #bd8100;
    border-radius: 8px;
    margin-bottom: 10px;
}

.warningbox a {
    color: #8c28ff;
}

.bold {
    font-weight: bold;
}

.krizek {
    background-color:#ffc23f;
    border-color: #bd8100;
    border-radius: 3px;
    padding: 5px 5px;

}

.post-text {
    margin-top: 10px;
}

.panel {
    margin-top: -60px;
    margin-left: 400px;
    background-color:#d89400;
    border-color: black;
    border-radius: 10px;

}

.panel:hover {
    background-color:#bb8000;
}

.pravidla {
    padding: 20px 20px;
    margin-top: 40px;
    background-color: #ffebbe;
    border-radius: 20px;

}

.pravidla h1 {
    text-align: center;
    font-weight: 100;
    font-family: Arial;
    font-size: 60px;
}

.pravidla h2 {
    padding-top: 30px;
    text-align: center;
    font-weight: 300;
    font-family: Arial;
    font-size: 20px;
}

ol {
    font-weight: 300;
    font-family: Arial;
    font-size: 25px;
}

