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;
}
.meniu-conteiner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1%;
    margin-left: 22%;
    justify-content: flex-start;
    gap: 20px;
    margin-right: auto;
    width: 73%;
    border: 1px solid #444;
    border-radius: 10px;
    background-color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
    height: 83vh;
    position: relative;
    flex-direction: column;
    align-items: center; 
}

.video-slot {
    width: 80%;
    height: 50%; 
    background-color: #222; 
    border: 1px solid #444;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(mancare8.jpg);
    background-size: cover;
}

.fel-text {
    width: 50%; 
    background-color: #222;
    border: 1px solid #444;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-top: 20px; 
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; 
}

.fel-text .price {
    font-size: 24px;
    color: #e0e0e0;
    margin-bottom: 10px; 
}

.fel-text .buy-button {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fel-text .buy-button:hover {
    background-color: #0056b3;
}