body {
  font-family: Arial, sans-serif;
  background-color: #e8faff; 
}

header {
  text-align: center;	
}

h1{
  text-align: center;	
}

img {
  max-width: 100%;
  height: auto;
}

.meal-images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: auto; /* Add a horizontal scrollbar if images don't fit */
}

.meal-images img {
  flex: 0 0 auto; /* Do not grow or shrink, use the width specified below */
  width: 250px;
  height: 200px;
  margin: 5px;
}

.second{
  text-align: center;
}

.meal-picker {
  text-align: center;
}
