.background-image{
    background-color: #666666;
    background-image: url('https://cdn2.me-qr.com/image/2024/Nov/10/806cfa51-eec3-4a9d-8a47-c74943d75c7c.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    }
    
    
    
    
    
    .capsalera{
        text-align: center;
        margin-top: 30px;
    }
    h1{
        background-color:#FFD7B8;
        font-family:oswald;
        width: 500px;
        margin: auto;
        letter-spacing:2px;
        word-spacing:5px;
        border:7px solid #FFA95E;
        border-radius:100px;
        box-shadow: 0 0 30px #b6b6b6
        
    }
        .casita{
          position: absolute;
          top: -80px;
          right: -60px;
        }
    
         
         .flexbox{
           display: flex;
         }
         .flex-item{
          width: 300px;
          height:300px;
          background-color:#afffa7;
          margin-top:70px;
          margin-left:110px;
          text-align:center;
          border: 7px solid #FFA95E;
          border-radius:50px;
          box-shadow: 0 0 30px #b6b6b6
    
         }
         h2{
          text-align:center;
          padding-top:15px;
          font-size: 22px;
          margin:2px;
          letter-spacing:1px;
          font-family:oswald;
        }
        h5{
          font-size:20px;
        }
        p1{
          font-size: 16px;
          font-family:oswald;
          margin-top:70px;
        }
        .item_img{
          margin-top:15px;
          width:50px; 
          
        }
    
        h3{
          text-align:center;
          padding-top:15px;
          font-size: 22px;
          margin:2px;
          letter-spacing:1px;
          font-family:oswald;
        }
        li{
          font-size: 14px;
          font-family:oswald;
          margin-top:70px;
          margin:2px;
        }
          
        h4{
          text-align:center;
          padding-top:15px;
          font-size: 22px;
          margin:2px;
          letter-spacing:1px;
          font-family:oswald;
        }
        p8{
          font-size: 16px;
          font-family:oswald;
          margin-top:70px;
        }
       
    
    
        .botojuga { 
          margin-top:20px;
          margin-left:100px;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: 1;
          text-decoration: none;
          color: #ffffff;
          font-size: 18px;
          border-radius: 50px;
          width: 100px;
          height: 100px;
          font-weight: bold;
          transition: 0.3s;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.637);
          background-color: [object object];
          background-image: linear-gradient(180deg, rgba(1, 169, 137, 1) 41% 60%, rgba(2, 106, 86, 1) 100%, rgba(7, 84, 54, 1));
        }
        
        .botojuga:hover {
          transform: translateY(2px);
          box-shadow: 0 0 rgba(0, 0, 0, 0);
        }