/* Reset a základné nastavenia */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    background-color: #f8f9fa;
    color: #212529;
    line-height: 1.6;
}

.header {
    background: #ffffff;
    padding: 1rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.total {
    font-weight: 600;
    font-size: 2rem;
	text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}