body {
    padding: 0;
    margin: 0;
    background-color: #121212;
    font-family: 'Arial', sans-serif;
    color: #e0e0e0;
}

.searchbar {
    background-color: #333;
    width: 17%;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    margin-top: 1%;
    display: flex;
    align-items: center;
    padding: 0 1.5%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.Foaie {
    background-color: #333;
    position: absolute;
    padding-bottom: 16%;
    width: 20%;
    height: 50%;
    margin-top: 4%;
    border-radius: 15px;
    border: 1px solid #444;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.Logotip {
    height: 28px;
    margin-right: 10px;
}

.searchbar .Bara {
    border: none;
    border-radius: 25px;
    padding: 5% 10%;
    font-size: 100%;
    outline: none;
    width: 100%;
    background-color: #444;
    color: #e0e0e0;
}

.searchbar .search {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 3% 10%;
    font-size: 16px;
    cursor: pointer;
    margin-left: 12%;
    transition: background-color 0.3s ease;
}

.searchbar .search:hover {
    background-color: #0056b3;
}

body .titlu {
    padding-top: 12px;
    font-family: 'Arial', sans-serif;
    text-align: center;
    position: relative;
    margin-top: 1px;
    margin-left: 22%;
    font-size: 24px;
    color: #e0e0e0;
}

.Foaie .Anuntangajare {
    width: 80%;
    height: 50%;
    justify-content: center;
    margin-left: 10%;
}

.Foaie .Aplica {
    margin-left: 20%;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.Foaie .Aplica:hover {
    background-color: #0056b3;
}

.Foaie .titluanunt {
    justify-content: center;
    margin-left: 5%;
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    color: #e0e0e0;
}

.text-container {
    flex-direction: column;
    margin-left: 22%;
    padding-top: 1.2%;
    width: 70%;
}

.text-box {
    background-color: #333;
    border-radius: 15px;
    border: 1px solid #444;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: #e0e0e0;
    text-decoration: none;
    padding: 1%;
    width: 90%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.text-box h2 {
    margin-top: 20px;
    font-size: 24px;
    color: #e0e0e0;
}

.text-box p {
    margin-top: 10px;
    font-size: 16px;
    color: #e0e0e0;
}

.meniu-imagine-link {
    text-decoration: none; 
    display: block; 
}

.meniu-imagine {
    background-color: #333;
    border-radius: 15px;
    border: 1px solid #444;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-size: 24px;
    color: #e0e0e0;
    padding: 1%;
    width: 90%;
    box-sizing: border-box;
    max-height: 50%;
    background-image: url('seamless-pizza-ingredients_1176-269.avif');
    background-repeat: repeat;
    background-size: 20%; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; 
}

.meniu-imagine .image-container {
    color: #e0e0e0; 
    text-decoration: none; 
    font-size: 24px; 
    font-weight: bold; 
    padding: 10px 20px; 
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 10px; 
    transition: background-color 0.3s ease; 
}

.meniu-imagine:hover {
    background-color: #444; 
}

.meniu-imagine .image-container:hover {
    background-color: rgba(0, 0, 0, 0.7); 
}