body {
    font-family: Arial, sans-serif;
    background-color: #fff4f8;
    color: #333333;
}

.container {
    width: 900px;
    margin: 30px auto;
    background-color: white;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 0 15px #dddddd;
}

h1, h2 {
    color: #c2185b;
}

.uvod {
    color: #666666;
}

label {
    display: block;
    margin-top: 12px;
    font-weight: bold;
}

input, select, textarea, button {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
}

textarea {
    height: 80px;
}

button, input[type="submit"] {
    margin-top: 15px;
    background-color: #e91e63;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #cccccc;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f8bbd0;
}
