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

 body {
     background: #ddd;
 }

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

 }

 .ig {
     background-image: url("../Assets/Welcome_2_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;
 }

 .down_txt {
     line-height: 25px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     text-align: center;
 }

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

 .skip_btn,
 .cont_btn {
     text-decoration: none;
     font-weight: 800;
     background-color: rgba(0, 0, 225, 0.495);
     border-radius: 50px;
 }

 .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: 36px;
     width: 153px;
     text-align: center;
     justify-content: center;
     align-items: center;

 }