
/* full chaterino gpterino, netusim co nacookoval, vyzera to lahko a jednoducho ale*/ 

body {
    font-family: Arial, sans-serif;
    background: #f0f0f0;
    padding: 20px;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 5px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

.section {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

h2 {
    color: #333;
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

button {
    width: 100%;
    padding: 10px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

button:hover {
    background: #45a049;
}

.result {
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
}

.result.success {
    background: #d4edda;
    color: #155724;
}

.result.slabe {
    background: #f8d7da;
    color: #721c24;
}

.result.stredne {
    background: #fff3cd;
    color: #856404;
}

.result.silne {
    background: #d4edda;
    color: #155724;
}
