  body {
        background: #ff0000 url('clash_royale.jpg');
        background-size: cover;
   
          }
          
        h1{background-color: rgba(0, 0, 0, 0.5);
          color: #ffffff;
          
        }
        
        h2{
          background-color: rgba(0, 0, 0, 0.5);
          color: #ffffff;
          }
        
        p{
          background-color: rgba(0, 0, 0, 0.5);
          color: #ffcc00;
          background-image: url('Koala.jpg');
          background-size: 50px;
           background-repeat: no-repeat;
           background-position: bottom right;
          }
    
     