body {
  background-image: url('background.svg');
  background-color: rgb(0,124,195);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 70% 70%;
}