.hero{
height:100vh;
background:
linear-gradient(135deg, rgba(59,130,246,0.92), rgba(96,165,250,0.92)),
url('http://mgctech.shop/logo.png') center/300px no-repeat;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
padding:20px;
color:#fff;
}