body {
    margin: 0;
}
header{
margin: 0;    
overflow: hidden;
background-color: #154256;
}
header ul{
display: block;    
text-align: center;
list-style-type: none;
}
header ul li{
float: left;
}
header ul li a{
text-align: center;
display: block;
padding: 16px;
text-decoration: none;
font-size: 22px; 
color: #fff;
}
.hero {
    text-align: center;
    padding: 16px;
    background: linear-gradient(90deg, green, blue);
    color: white;
    font-family: Arial;
    overflow: hidden;
}

h1 {
    text-align: center;
    color: #cfdfee;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
    color: #061125;
    font-size: 22px;
}

.container {
    max-width: 1200px;
    margin: 24px auto;
}

.table-container {
    overflow-x: auto;
}

table {
    width:100%;
    border-collapse: collapse;
    background: white;
    border-radius:2px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    min-width: 600px;
}

th {
    background:#154256;
    color: white;
    padding: 15px;
    text-align: left;
    font-size: 16px;
}

td {
    padding: 14px;
    border-bottom: 1px solid #eee;
    color: #333;
}

tr:hover {
    background: #f0f8ff;
    transition: 0.3s;
}


.price {
    font-weight: bold;
    color: #1e7d32;
}

.pie {
    width: 100%;
    height: 120px;
    background-color: #04aa6d;
    margin-top: 160px;
    margin-bottom: 0;
    text-align: center;
}

.pie p {
    color: rgb(10, 15, 15);
    font-weight: 800;
    padding: 12px;
}

.pie span {
    color: #154256;
    text-align: center;
}

@media (max-width: 600px) {
    table {
        font-size: 14px;
    }
    .container {
    max-width: 1200px;
    margin: 24px auto;
}
table {
    width:100%;
    border-collapse: collapse;
    background: white;
    border-radius:2px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    min-width: 600px;
}

}