/* 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:  
  linear-gradient(rgba(0, 0, 0, 0.1), rgba(255, 89, 89, 0.1)),
  url("/leaves3.gif"),
  url("/leaves.gif");
  height:100%;
  margin: 0;
  background-repeat: repeat;
  background-attachment: fixed;
  color: floralwhite;
  font-family: Verdana;
  align-items: center;
  overflow: hidden; 
}
/*<!--h1>Comment box? number of visitors? Interactive? Include drawings of mine</h1>

    <p>This is a paragraph! Here's how you make a link: <a href="https://neocities.org">Neocities</a>.</p>

    <p>Here's how you can make <strong>bold</strong> and <em>italic</em> text.</p>

    <p>Here's how you can add an image:</p>
    <img src="/neocities.png">

    

    <p>To learn more HTML/CSS, check out these <a href="https://neocities.org/tutorials">tutorials</a>!</p-->