
    .hero {
      background-image: url('https://cdn.pixabay.com/photo/2020/12/08/15/43/pizza-5814527_1280.jpg');
      background-size: cover;
      background-position: center;
      height: 400px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-shadow: 2px 2px 4px #000;
    }

    .pizza-card img {
      height: 200px;
      object-fit: cover;
    }

  .pizza-card{
    width: 100%;
  }