Advanced CSS styling
You can further customize the style of your transfer page by using the styling theme below.Download Button

wa-button.download-link::part(base) {
background: linear-gradient(145deg, #d1005e, #0092D1);
background: blue //
color: white;
}
Download Container Box

.container {
width: 95%;
max-width: 650px;
backdrop-filter: blur(17px) saturate(180%);
-webkit-backdrop-filter: blur(17px) saturate(180%);
background-color: rgba(255, 255, 255, 0.85);
border: 1px solid var(--myBorderLine);
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 4px;
border-radius: 12px;
padding: 0.5rem 0;
padding: 2.5rem 1rem;
z-index: 2;
}
Background Banner

.xyz-background {
position: absolute;
background-repeat: no-repeat;
background-size: cover;
top: 0;
left: 0;
width: 100%;
height: 300px;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
Sidebar

.contentDiv {
width: 160px;
height: 100%;
position: relative;
background-color: #edededc3;
box-shadow: 3px 0px 7px 0px rgba(189, 187, 189, 0.4);
background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1)), url(/img/wickedbackground.d2f08bf5.svg);
background-repeat: no-repeat;
background-size: cover;
align-self: stretch;
}