body{
    
    background-image: url("../images/captainamerica/captain2/bg.jpg");
    background-size: 100%;
    background-repeat: repeat;
    opacity:1;
  }
  h3 {
      color:gold;
      font-size: 450%;
      display: inline;
    }
    
    
    
    .des{
      margin-top: 400px;
      margin-left: 65px;
      position:absolute;
      font-size: 180%;
      padding: 10px;
      font-style: italic;
      background: #ec4b3f3b;
      color:rgba(248, 241, 241, 0.952);
      width: 90%; 
    }
    
    figure {
      margin-top: 60px;
        margin-left: 1000px;
      width: 370px;
      box-shadow: 0 35px 55px 0 rgba(238, 197, 61, 0.7), 0 35px 55px 0 rgba(238, 168, 37, 0.7);
    }
    figure img {
      width: 100%;
    }
    figure figcaption {
      text-align: center;
      font-size: 60px;
      color: rgb(245, 245, 245);
      font-style: italic;
      
    }
    figure:hover {
      box-shadow: 0 50px 70px 0 rgba(226, 209, 209, 0.7), 0 50px 70px 0 rgba(224, 212, 212, 0.7);
  }
    
    