How can I modify the banner of the Dawn theme with custom code?

/*New code*/

h2.banner__heading.h0 {
color: skyblue;
  font-size: 95px !important;
  padding-left: 200px !important;
  
}

 

.banner__buttons .button, banner__buttons .shopify-challenge__button {
background: skyblue;
color: #fff;
font-weight: bold;
  
margin-left: 300px !important
  
}

 

.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
text-align: left;
  
}

I am using this code to customize my site. But it’s not looking how I exactly want it to be.

  1. I want it say “Welcome” In first line. Under that “tiny Consigments”

  2. Welcome in pink color ,tiny consigments in blue.

  3. want to move it to further right

  4. Want to increase the size of shop now button

If anyone can provide the code which will fix this issues will be of great help. Thanks

Desired Output is like this :

Hi,

Please share your store URL and password if protected.

Thanks

Url :https://www.tinyconsignments.com/
pass : chodot

@Shop_Lovers