
body {
  background-color: lightblue;
  background-image: url(background-aboutme.png);
  background-size: cover;
  background-position: center;
  color: white;
  }
  h1 {
    text-align: center;
  }
    
  