*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:linear-gradient(to right,#1e0758,#0ea978);
color:#fff;
}
.uk{
    background-color:white
}

img{
    width: 50%;
    height: auto;
    margin-left: 25%;
    margin-bottom: 10px;

}
nav{
    display:flex;
    justify-content:space-between;
    text-align: center;
    padding:20px 50px;
}

.logo{
    font-family:'Playfair Display',serif;
}

nav ul{
    display:flex;
    list-style:none;
}

nav ul li{
    margin:0 15px;
}

nav ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

nav ul li a:hover{
    color:orange;
}

.hero{
height:80vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
}

.badge{

padding:10px 20px;

}

h1{
font-size:70px;
}

h1 span{
color:orange;
font-style:italic;
}

.search{
margin:30px 0;
}

.search input{
padding:15px;
width:400px;
border:none;
border-radius:30px 0 0 30px;
}

.search button{
padding:15px 30px;
border:none;
background:orange;
color:#fff;
border-radius:0 30px 30px 0;
}

.buttons button{
padding:15px 30px;
margin:10px;
border:none;
border-radius:30px;
}
.buttons :hover{
    background: rgb(176, 166, 166);
}
 .jirka{
background: hwb(15 95% 3%);
}
.naaav a{
    color: black;
}
.table-container {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} 

.table-container h2 {
    text-align: center;
    color: black;
    margin-bottom: 20px;
    border-collapse:collapse ;
}

.course-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.course-table th, 
.course-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #ccc;
    color: black;
}

.course-table th {
    background-color: #174b8b;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-left:1px solid white ;
}

.course-table tr {
    border-bottom: 1px solid #e2e8f0;
}

.course-table tr:last-child {
    border-bottom: none;
}

.course-table tr:nth-child(even) {
    background-color: #f8fafc;
}

.course-table tr:hover {
    background-color: #f1f5f9;
    transition: background-color 0.2s ease;
}

.least{
    margin-right: 15px;
    font-weight: bold;
   font-size: 20px;
    
}
ul{
    list-style: none;
}

.navigation{
    display: flex;
    
    background-color: rgb(16, 127, 142);
    width: auto;
    padding: 20px;
    border-radius: 15px;
    
}