body {
    font-family: Arial, sans-serif;
}

header {
    background-color:white;
    padding: 10px;
    color: white;
    text-align: center;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    padding: 10px;
    background-color: #f5a623;
    border-radius: 4px;
}

.product-container {
    padding: 20px;
    text-align: center;
}

.product-details img {
    max-width: 100%;
}

.product-details button {
    padding: 10px;
    background-color: #2874f0;
    color: white;
    border: none;
    cursor: pointer;
}
