h1 {
    color: black;
    text-align: center;
  }

  h2 {
    color: black;
    text-align: center;
  }

img {
    height: 300px;
    width: 30%;
    align-items:center ;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

h2 {
    color: black;
    text-align: center;
  } 
  h4 {
    color: black;
    text-align: center;
  } 
  video {
    height: 300px;
    width: 30%;
    align-items:center ;
    display: block;
    margin-left: auto;
    margin-right: auto;

  
    background-repeat: no-repeat;
    background-size: cover;
}
body{
    background-image:url("pizzzza.jpg");
}