
      h1 {
      font-family: "Times New Roman", serif;
      }
       h2 {
         font-size: 20px;
       font-family: "Times New Roman", serif;
    }
    li {
      font-family: "Times New Roman", serif;
    }
    ul {
      font-family: "Times New Roman", serif;
    }
    nav ul {
      list-style: none;
      padding: 0;
    }
    nav li {
      display: inline;
    }
    nav a {
      color: white;
      text-decoration: none;
      font-family: "Times New Roman", serif;
    }
    body {
      background-color: #111509;
    }
    img[src="coolshapes.jpg"] {
      border: 8px solid #222a12;
    }
    img[src="/neocities.png"] {
        border: 2px dotted #888888;
    }
    img[src="flytrapgif.gif"] {
      border: 2px solid #222a12;
      width: 50%;
      height: 50%;
    }
    article {
  border: 5px solid #222a12;
  padding: 10px;
  margin-right: auto;
}

h2 {
  color: #22a12;
}

img {
  max-width: 100%;
  height: auto;
}
section {
    width: 50%;
    margin-right: auto;
    border: 5px solid #222a12; 
    padding: 0px; 
}
article {
    margin-right: auto;
}