	body { 
			margin: auto; 
			background: honeydew; 
		} 
		
img { border: 10px;
border-color: honeydew ivory;
border-style: ridge groove;
border-radius: 15px;
background-color: azure;
  }

h1 {
  font-family: sans-serif;}
  
h2 {
  font-family: sans-serif;
  border: 5px double rebeccapurple;
  padding: 20px;
  border-radius: 15px;
  background-color: lavender;
  margin: 10px 25% 0px 25%;
  text-align:center;
  font-size: 100%;
    }
    
#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: 0px 0px 0px 5px;
}

.center {  margin-left: auto;
margin-right: auto;
  }
  
.cent { text-align:center;}

  
td { font-family: sans-serif;
     text-align:center;
     font-weight: 600;
     word-wrap: normal;
     width: 310px;
  }

  
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;
}

sub {
  text-indent: 15px;
  }

h3 {
  font-family: sans-serif;
  text-decoration-line: underline;
  text-align:center;}

h4 {
  font-family: sans-serif;
 }
  
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;
}

main { background-color: lavenderblush;
border: 5px;
border-style: double; 
border-color: rebeccapurple;
padding: 10px 20px 10px 10px;
border-radius: 25px;
margin: 20px 20px 20px 20px;}

footer { background-color: lavenderblush;
border: 5px;
border-style: double; 
border-color: rebeccapurple;
padding: 10px 20px 20px 20px;
border-radius: 25px 60px;
margin: 20px;}

.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;
    }
    

  