/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


body {
  background-image: url("https://picsart.onelink.me/VgrZ/c5ky9ypw"); /* Sets the image as background */
  background-color: #cccccc; /* Fallback color if image fails to load */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-size: cover; /* Scales the image to cover the entire element */
  background-position: center; /* Centers the image horizontally and vertically */
  height: 100vh; /* Ensures the body takes up the full viewport height */
  
  <img src:="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSXlPX9OAcaW7OM7YI_lNDn4QdTJp3fABuflg&s">
  
