*{
    box-sizing: border-box;
}
body{
     background-color: #000000; 
    color: #FFD700;           
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 20px;
}
.searchs:focus {
    border-color: #FFD700; 
    box-shadow: 0 0 5px #FFD700;
}

.mealCard{
    position: relative;
  
}


.mealName{
    position: absolute;
    text-align: center;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFD700;
}