.main {
	background-image: url('44gatti.jpg'); 
  background-size: cover;
  height: 100vh;
  width: auto;
  background-repeat: no-repeat;
}
.centered {
  position: absolute; /* or absolute */
  top: 15%;
  left: 17%;
}