/* 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 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #ababab;
  color: black;
  font-family: Tahoma, sans-serif;
  position: absolute;
  margin: 10px auto;
  padding:0;
  
 }
 
 footer {
   text-align: center;
 }
 
 .bottom-line{
   width: 100%;
   max-width: 600px;
 }
 
footer a {
  background-color: transparent;
}
 
 footer p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
 }
 
 /*#notice {
   width: 100%;
   margin: auto;
   text-align: center;
   font-size: 36px;
   font-weight: 600;
   color: blue;
   background-color: orange;
 }*/
 
#gratitude {
   font-size: 16px;
   font-weight: bold;
    }
 
 #gratitude a{
font-size: 14px;
padding: 3px 5px;
 }
 
   h1, h2, #author{
    text-align: center;
    width: 100%;
    vertical-align: center;
    font-weight: 600;
   }
  
  h1 {
    font-family: Tahoma, sans-serif;
    font-size: 36px;
  }
  
    h2 {
    font-family: Tahoma, sans-serif;
    font-size: 28px;
  }
  
    p, .paragraph, .clan, #lecture, #pillow, #jumpoff {
    font-family: Tahoma, sans-serif;
    font-size: 24px;
    margin: auto;
    width: 100%;
    max-width: 80%;
    text-align: justify;
  
    }
  
 .image{
   width: 100%;
   max-width: 100vw;
   padding: 10px;

 }
 
 .paranote {
   padding-top: 10px;
   font-size: 16px;
   text-align: center;
 }
 
 .paranote1, .afterthought {
   font-size: 20px;
   font-family: Tahoma, sans-serif;
   font-weight: 600;
   text-align: center;
   padding-top: 10px;
 }
 
 #family, #vacuum, #thatdoctor, #cheetah, #babyalert, #sundayschool, #hospital, #nurse, #bus-banter, #teen-triumph {
   display: flex;
   flex-direction: row;
   margin: auto;
   padding: 10px;
 }
 
 .container {
   position: relative;
   margin: auto;
   padding: 10px;
   width: 100%;
   text-align: justify;
   max-width: 700px;
  
 }
 
 .clan a{
   width: 100px;
   background-color:#ababab;
   color: blue;
 }
 
 
 
a {
 
  display: inline-block;
  padding: 0 0.5px;
  background-color: #ababab;
  color: darkblue;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  border-left: 80%;
  font-size: 20px;
  
  width: 60px;
  height: 30px;
  text-align: center;
}

.nav-buttons {
  width: 100%;
  max-width: 700px;  /* matches your release section */
  margin: 1em auto;     /* centers the whole bar */
  display: flex;
  justify-content: space-between;  /* pushes buttons to opposite sides */
  align-items: center;
  padding: 0 0.5em;     /* tiny padding so they don’t touch the edges */
}

.neocities-footer {
  margin-left: 0;
  width: 100%;
  max-width: 700px;
  text-align: center;
  padding: 0;
  height: 50px;

}



 
 .bottom-line, hr {
   padding: 1px;
   height: 1px;
   width: 100%;
   border-color: black;
   background-color: black;
 }
 
 .next {
   
   float: right;
 }
 
  