body { margin: 0px; }
.background-3 {
  background: url(./main1.jpg) no-repeat center center; 
  background-size: contain; /*i think its better to use contain if you;re using a large png*/
  height: 100vh!important;
  width: 100hw!important;
  overflow:visible;
  background-color: #464646;

}