

h1{
  color: white;
  
  }

p{
  color: white;
  
  }
body{
  background-image: url(Apartment.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: scroll;
  
  }