body {
  background-color: #000;
  background-image: url('logo.svg');
  background-size: 25%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}