body {
    background-color: #d4d4d4;
    margin: 20;
}

.header {
    color: #000000;
    font-family: verdana;
    font-size: 30px;
}

.katalog-list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.list {
    color: #111;
    background-color: #b7b7b7;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    /* display: flex;
    justify-content: center; */
    align-items: center;
    text-align: center;
}

.list:hover {
    background-color: #090909;
    color: #fff;
    transition: 0.3s;
}

.info-list {
    color: #fff;
    list-style-type: none;
    text-align: center;
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding-top: 80px;
}

.info {
    color: #222;
    font-size: 20px;
}

h1 {
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: center;
}

p {
    font-family: 'Courier New', Courier, monospace;
}

li {
    font-family: 'Courier New', Courier, monospace;
}

h2 {
    font-family: "Segoe UI", Arial, sans-serif;
}

.contact-html h3 {
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: center;
}

.contact-html #whatsapp-link {
    display: block;
    /* text-align: center; */
    margin-top: 10px;
    font-size: 18px;
    color: #25D366; /* WhatsApp green color */
    text-decoration: none;
    background-color: #000;
    width: 80px;
    height: 23px;
    ;
    border-radius: 5px;
    text-align: center;
}

#order-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #25D366; /* WhatsApp green color */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}