* {
  margin-left: 0;
}

body{
background-image: url("images/project.jpg");
background-color: #000;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
width: 100vw;
}

img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 250px;
height: 250px;
}