
    svg{
          background:repeating-linear-gradient(-45deg, transparent 0, transparent 10px, #C37E18 35px, #C37E18 20px);
    }
    body{
        background:#ececec;
        margin-top:10px;
    }
    ul{
        list-style-type:disc;
    }
    ul li{
       /* border:0.5px dotted rgba(200,0,10,0.4);*/
    }
    *{
        margin:0;
        padding:0;
        font-size:45px;
      overflow-wrap:break-word;
    }
    .swal-modal{
        transform:scale(2);
    }
        #msvg{
            height:100%;
            width:100%;
            z-index:-3;
           position:absolute;
           top:0;
           left:0;
        }
      .head{
            background:#2BAF3B;
            display:inline-block;
            width:500px;
            border-radius:20px;
           text-align:center;
            font-size:54px;
            color:#ececec;
            font-weight:900;
            position:absolute;
        }
       
        .l1{
            left:32%;
            height:70px;
        }
        .l2,.l3,.l4,.l35{
            position: absolute;
            left:50px;
           top:200px;
           width:500px;
          height:80px;
            padding:0px;
        }
        .l3{
            top:550px;
        }
        .l4{
            top:1100px;
        }
        .l35{
            top:970px;
        }
        .x-2{
            left:850px;
        }
        .x-15{
            left:300px;
        }
        .x-23{
            left:800px;
        }
        .x-125{
            left:220px;
        }
        .t2{
            top:200px;
        }
        .cont{
             background: repeating-linear-gradient(45deg, transparent 0, transparent 60px, #CECECE 60px, #ECECEC 80px),#E1A041;
           position:relative;
           top:80px;
           border-radius:30px;
           border:1px solid grey;
          /* background:#fff;*/
           padding:10px;
           padding-left:40px;
           font-weight:900;
           box-shadow:20px 10px #cecece,25px 15px #000;
           color:#222;
           text-shadow:2px 2px 0px blue;
        }
        .w550{
            width:550px;
        }
        .w600{
            width:600px;
        }
        .w650{
            width:650px;
        }
        .w700{
            width:700px;
        }
        line{
            border-radius:50%;
        }
        div{
            display:inline-block;
        }
    