	body { 
			margin: auto; 
			background: honeydew; 
			transition: background 0.3s, color 0.3s;
}
div.gallery {
  border: 1px dashed navy;
 
}

div.gallery:hover {
  border: 1px dotted rebeccapurple;
}

div.gallery img {
  max-width: 100%;
  max-height: 400px;
  margin: 0 0 -18px 0;
}

div.desc {
  text-align: left;
  word-wrap: break-word;
  max-width: 300px;
  margin: 15px;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 12px 16px;
  float: left;
  width: 24.99999%;
  max-height: 400px;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

header {background-color: lavenderblush;
border: 5px;
border-style: double; 
border-color: rebeccapurple;
border-radius: 60px 25px;
margin: 20px;
max-width: 75%;
margin-left: auto;
margin-right: auto;
  }

h1 {
  font-family: sans-serif;
  text-align: center;
    }

h2 {
  font-family: sans-serif;}

sub {
  text-indent: 15px;
  }
 
p {
  font-family: sans-serif;
  text-indent: 15px;}

li {
  font-family: sans-serif;}
  
blockquote {font-family: sans-serif;
border: 1px orange solid;
background-color: lavender;}

q { font-family: sans-serif;
border-bottom: orange 1px solid;
background-color: lavender;
} 
  
#nav {font-family: sans-serif;
  text-align: center;
  background-color: honeydew;
  border: 5px double rebeccapurple;
  border-radius: 15px 30px;
  padding: 10px;
  float: left;
  list-style-type: none;
  font-weight: 600;
  margin: -5px 0px 0px 5px;
}

.center {  margin-left: auto;
margin-right: auto;
  } /*non-text center e.g images*/
  
.cent { text-align:center;} /*text center*/

main { background-color: lavenderblush;
border: 5px;
border-style: double; 
border-color: rebeccapurple;
padding: 10px 20px 10px 0;
border-radius: 25px;
margin: 20px;
max-width: 95%;
margin-left: auto;
margin-right: auto;}

footer { background-color: lavenderblush;
border: 5px;
border-style: double; 
border-color: rebeccapurple;
padding: 10px 20px 20px 20px;
border-radius: 25px 60px;
margin: 20px;
max-width: 95%;
margin-left: auto;
margin-right: auto;}

.scrollbar{  overflow-y: scroll;
  scrollbar-color: honeydew lavenderblush;
  scrollbar-width: thin;
  scroll-behavior: auto;
  clip-path: inset(0 round 5px); 
 }
 
   #neocities { border: rebeccapurple double 5px ;
  background-color: lavenderblush;
  float: right;
  width: 150px;
  width: 125px;
  opacity: 0.5;
  margin: 0px 0px 20px 0px;
    }
a:link {
  color: mediumpurple;
 text-decoration-line: none;
} 
 a:active {
  color: lavenderblush;
}
a:hover {
  color: mediumorchid;
}
a:visited {
  color: purple;
}
a:hover {
  color: mediumorchid;
}
a:active {
  color: lavenderblush;
}
  