body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 50px;
    background-color: beige;
}

.topmenu{
    font-weight: bold;
}

.highlight{
    font-weight: bold;
}

button:hover{
    background-color: aquamarine;
}

footer {
    position: absolute;
    bottom: 15;
    width: 644px;
    height: 215x;
    margin: 0 auto;
}

.market-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between items */
    padding: 10px;
    justify-content: center; /* Center the items horizontally */
}

.market-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: 150px; /* Fixed width for items */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.list {
    margin: 0;
    display: flex;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
}

.print-text{
    color: red;
    font-weight: bold;
    font-size: large;
}