body{
  margin: 0;
  background:url(https://i.pinimg.com/originals/f1/63/11/f16311fd0c32786525f471c685bc516e.gif);
  background-size: cover;
}
header{
width:100%;
height:75%;
background-color: white;
display: flex;
justify-content: center;
  background: url(https://png.pngtree.com/thumb_back/fw800/background/20190222/ourmid/pngtree-long-street-long-fireworks-and-beautiful-background-picturebeautifulwatercolorfestivaldream-image_55841.jpg);
background-size:cover;
}
h1{
  width: 1000px;
  margin: 0;
  height: 75px;
  font-size: 19px;
  color: black;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block{
  width: 350px;
  height: 550px;
  display: flex;
  justify-content: flex-end;
  margin-left: 980px;
  margin-right:10px ;
margin-top:10px ;
  margin-bottom: 10px;
  background-color: white;
  background: url(https://png.pngtree.com/thumb_back/fw800/background/20190222/ourmid/pngtree-long-street-long-fireworks-and-beautiful-background-picturebeautifulwatercolorfestivaldream-image_55841.jpg)
}
p{
   font-family: fantasy;
color: red;
}
span{
  font-size: 25px;

}
a{
color:red;  
  }