         body {
         background-image: url("https://myrtletribe.neocities.org/IMAGES/bg-gallery.jpg");
         background-size: cover;
         }
		 

         header, nav { 
         text-align: center;
         }
		 
         header h1 {
         color: honeydew;
         letter-spacing: 0.2em;
         }
		 

		 
         nav a {
         color: honeydew;
         font-family: 'Monaco', lucida console;
         font-size: 1rem;
         margin: 0 10px; /*space between links*/
         text-decoration: none;

         }
         nav a:hover {
         color: darkseagreen;
         text-decoration: none;
         }
		 
         main {
         max-width: 900px;
         margin: 32px auto;
         }
		 
         section {
         background-color: rgba(255, 255, 255, 0.7);
         border-style: ridge;
         border-width: 3px;
		     border-radius: 10px;
         border-color: SeaGreen;	

         text-align: center;
         max-width: 900px;
         margin: 0 auto;
		     margin-bottom: 30px;
         padding: 10px 10px;
         }
		 
         section p { 
         margin: 0 auto;
         padding-bottom: 1rem;
         }
		 
         .gallery {
         column-count: 2;
         column-gap: 10px;
		     text-align: center;
         }
		 
         .gallery img {
         width: 100%;
         border-radius: 5px;
         margin-bottom: 10px;
         }
		 
		 
         footer { 
         color: honeydew;
         padding: 2px;
         }
		 
		 
		 
