 * {
     margin: 0px;
     padding: 0px;
 }

 body {
     background: #ddd;
 }

 .mobilescreen {
     width: 360px;
     height: 760px;
     margin: 0 auto;
     background: white;

 }

 .ig {
     background-image: url("../Assets/welcome_3_page.png");
     background-size: cover;
     background-repeat: no-repeat;
     width: 360px;
     height: 450px;
 }

 .h1_txt {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     font-size: smaller;
     line-height: 44px;
     margin: 13px 20px 13px 20px;
     font-family: Arial, Helvetica, sans-serif;
 }

 .down_txt {
     line-height: 25px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
     padding:10px;
     font-size: 15px;
 }

 /* .buttons {
     display: flex;
     justify-content: space-around;
     align-items: flex-end;
     position: relative;
     margin-top: 46px;
 } */

 .skip_btn{
     text-decoration: none;
     font-weight: 800;
     background-color: rgba(0, 0, 225, 0.495);
     border-radius: 50px;
     text-align: center;
     width:85%;
     margin-left:25px;
     margin-top:30px;
 }

 .btns {
     /*ye btns a hai jo skip_btn or cont_btn ke aander bala link hai*/
     text-decoration: none;
     color: white;
     display: inline-flex;
     text-decoration: none;
     color: white;
     height: 40px;
     width: 153px;
     text-align: center;
     justify-content: center;
     align-items: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 }

