body {
  background-image: url("saitama1.jpg");
  background-size: contain;
}

h1{
    background-color: rgba(225,225,225,0.4);
    font-family:"DM Sans",sans-serif;
    font-style:normal;
}
h2{
    background-color: rgba(65,105,225,0.6);
}
p{
  background-color: rgba(245,245,220,0.6);
  background-repeat: no-repeat;
  background-image: url("garou-vs-saitama.jpg");
  background-position: right bottom;
  font-family:"DM Sans",sans-serif;
  background-size: 30% 110%;
  font-style:normal;
}