html,
body {
  height: 100%;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #f3f3f3;
  background-image: url(/img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
}
