body {
    background-color: lightblue;
    background-image: url("wallpaperflare.com_wallpaper.jpg");/*not working*/
    background-repeat: no-repeat;
    background-position: right top;
    
    
  }
  
  h1 {
    color: red;
    margin-left: 20px;
    text-align: center;
  }