* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-image: url(hazardHumanImage/src/deinococcus.png);
  background-size: cover;
  background-repeat: no-repeat;
}
