body{
    
 
   background-repeat: repeat;
   background-size: 100%;
   
  }
  h3 {
      color:rgb(255, 255, 255);
      font-size: 450%;
      display: inline;
    }
    
    
    
    .des{
    
      align: left;
      margin-top:70px;
      font-size: 180%;
      padding: 10px;
      font-style: italic;
      background: rgb(0, 0, 0);
      background: #2e100e3b;
      color:rgba(71, 5, 5, 0.952);
      width: 60%;
      margin-left: 5%; 
    }
    
    figure {
   
      box-shadow: 0 35px 55px 0 rgba(72, 108, 204, 0.7), 0 35px 55px 0 rgba(72, 101, 197, 0.7);
      float: right;
      margin: 0px 0px 15px 15px;
      margin-right: 30px;
      width: 300px;
    }
    figure img {
      width: 100%;
    }
    figure figcaption {
      text-align: center;
      font-size: 50px;
      color: rgb(231, 17, 17);
      font-style: italic;
      
    }
    figure:hover {
      box-shadow: 0 50px 70px 0 rgba(253, 118, 77, 0.7), 0 50px 70px 0 rgba(224, 92, 69, 0.7);
  }
    
    