body:before {
  content: "";
  display: block;
  background-image: url("/images/stormfactor-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 220px;
  height: 220px;
  margin: 20px auto 10px auto;
}
