body {
  background-image: url('logo.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
h1{
    text-align: center;
    padding-top: 460px;
}