body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

header {
    background: #36806d;
    color: #fff;
    padding: 1em 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2em;
}

header h1 {
    font-size: 18px;
	margin: 0;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    margin-left: 15px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

header nav ul li a:hover {
    color: #f4a261;
}

.section {
    padding: 2em;
    text-align: center;
}

.section:nth-child(even) {
    background: #f4f4f4;
}

.gallery {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.gallery img {
    width: 160px;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 5px;
}

footer {
    background: #36806d;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    margin-top: 1em;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

.price-table thead th {
    background-color: #f4f4f4;
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}

.price-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.price-table tbody tr:last-child td {
    border-bottom: none;
}

.price-table tbody td small {
    color: #666;
    font-size: 14px;
}

.price {
    color: #e4007c; /* Hinnavärv */
    font-weight: bold;
    text-align: right;
}
#services h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.price-table {
    margin: 0 auto; /* Keskjoondab tabeli horisontaalselt */
    max-width: 600px; /* Piirab tabeli laiust */
}

.price-table thead th {
    text-align: center; /* Joondab veerupäised keskele */
}

.price-table tbody td {
    text-align: left; /* Teenuste nimed vasakule */
}

.price-table tbody td.price {
    text-align: right; /* Hinnad paremale */
}
