.background-image{
    background-color: #666666;
    background-image: url('https://cdn2.me-qr.com/image/2024/Nov/17/c4708c2c-2e97-4b46-8c1b-5202549ff415.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    }
.capsalera{
    text-align: auto;
    margin-top: 50px;
}
.casita{
  position: absolute;
  top: -80px;
  right: -60px;
}
h1{

    background-color:#ffda94;
    font-family:oswald;
    font-size: 40px;
    width: 800px;
    margin:auto;
    letter-spacing:2px;
    word-spacing:5px;
    border:7px solid #ff9c2a;
    border-radius:50px;
    box-shadow: 0 0 40px #9e9e9e;
    
    
    
}
.flex-item1{
    width: 600px;
    height:250px;
    font-family:oswald;
    font-size: 20px;
    background-color:#fff569;
    margin-top:90px;
    margin-left:370px;
    text-align:center;
    border: 7px solid #ec9e0e;
    border-radius:30px;
    box-shadow: 0 0 30px #ffbe89


    }
    .item_img{
      margin-top:0px;
      width:160px; 
      margin-left:00px;
        
 }

      .flex-item2{
        width: 600px;
        height:250px;
        font-family:oswald;
        font-size: 20px;
        background-color:#beff69;
        margin-top:90px;
        margin-left:370px;
        text-align:center;
        border: 7px solid #0eec0e;
        border-radius:30px;
        box-shadow: 0 0 30px #89ffa6
    
    
          }
          .item_img{
            margin-top:0px;
            width:160px; 
            margin-left:00px;
            
          }
          .flex-item3{
            width: 600px;
            height:250px;
            font-family:oswald;
            font-size: 20px;
            background-color:#69e9ff;
            margin-top:90px;
            margin-left:370px;
            text-align:center;
            border: 7px solid #0ee5ec;
            border-radius:30px;
            box-shadow: 0 0 30px #89c0ff
        
        
              }
              .item_img{
                margin-top:0px;
                width:160px; 
                margin-left:00px;
                
              }

    .botojuga {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-decoration: none;
        color: #ffffff;
        font-size: 18px;
        border-radius: 20px;
        width: 200px;
        height: 40px;
        font-weight: bold;
        border-bottom: 5px solid #b46436;
        transition: 0.3s;
        background-color: #eb8b54;
        margin-top: 0px;
        margin-left: 210px;
      }
      
      .original-button:hover {
        border-bottom-width: 0;
        transform: translateY(5px);
      }

      h2{
        background-color:#fff8b8;
        font-family:oswald;
        width: 400px;
        margin-left:100px;
        letter-spacing:2px;
        word-spacing:5px;
        border:7px solid #e6aa4f;
        border-radius:50px;
        box-shadow: 0 0 30px #ffffff
    
      }
      p{
        font-size: 20px;
      }