/* 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("/Assets/Long_Scrollwith flowers.png");
   background-repeat: no-repeat;
   background-size: contain;
   background-position: top;
   background-attachment: ;
   Backround-color:black 
   
  .navbar {
    list-style-type: none;
}
  
  color: black;
  font-family: Verdana;
  
.logo img {
  Width:1000
  hieght:500
  object-fit: contain;
  object-position: center; /* Focuses on the top-center part of the image */
  position:absolute;
  left:100px;
  top:5px;
}

 
} 