body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background: #fdfbfc;
    color: #1d7aca;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo { margin: 0px 2em;}
.logo img {
    height: 120px;
}

.latest_offer, .orange {
    font-size: 1.5em;
    font-weight: 600;
    color: #007bce;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.hero {
    text-align: left;
    padding: 0px 2em;
    #background: #ffffff;
}
.gomb-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1e1e2f;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    margin: 10px auto;
    transition: background-color 0.3s ease;
}

.gomb-link:hover {
    background-color: #333355;
}

.hero h1 {
    font-size: 2.5em;
}

.subscribe, .contact {
    padding: 40px 2em;
    background: #e6e6e6;
    text-align: left;
}


.subscribe form {
    margin: 20px 0;
}

.subscribe input {
    padding: 10px;
    font-size: 1em;
    width: 250px;
    max-width: 80%;
    margin-right: 10px;
}

.subscribe button {
    padding: 10px 20px;
    font-size: 1em;
    background: #1e1e2f;
    color: white;
    border: none;
    cursor: pointer;
}

footer {
    background: #111112;
    color: white;
    text-align: left;
    padding: 20px 2em;
}

footer a {
    color: #ddd;
    text-decoration: none;
    margin: 0 10px;
}
