* {
  margin: 0;
  padding: 0;
  text-align: center 
}

html {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://img.freepik.com/free-vector/household-cleaning-products-basket-illustration_1284-16910.jpg?w=2000);
  color: #fffefe;
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  font-size: 20px;
  background-size: 100%;
  height: cover;
  background-position: center;
  background-attachment: fixed;
  }