.main-container {
box-sizing: border-box;
background-image: url("https://startly.web3templates.com/demo/software/images/screen2.jpg");
background-size: contain;
background-repeat: no-repeat;
background-position: right center;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.header {
position: relative;
<b>height: 100vh; </b>
.main-container {
display: flex;
justify-content: center;
flex-direction: column;
box-sizing: border-box;
.header {height: 100vh;}
.main-container {
display: flex;
flex-direction: column;
justify-content: center;
}
.main_right {
background-image: url("https://startly.web3templates.com/demo/software/images/screen2.jpg");
background-size: contain;
background-repeat: no-repeat;
background-position: right center;
}