/* 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{  background-image: url('https://bettysgraphics.neocities.org/images/backgrounds/stars%209.jpg');
  background-color: white;
  background-repeat: repeat;
  background-size: auto;
  color: white;
  font-family: Nunito;
  src: url('https://naughtynix.neocities.org/jmh.otf');
  
}
  
.wrapper {
  background: none;
  top: 0;
  margin: 0 auto;
  width: 880px;
  }
  
.sidebar-left, .sidebar-right {
  width: 175px;
  }
  
.main {
  width: 75%;
  margin-left: auto;
  }
  
.sidebar-left {
  margin-left: 0px;
  }
  
.wrapper, .links a {
  color: #4f3d46;
  }
  
.box {
  border: 3px double #333;
  background: #fff;
  padding: 0;
  }
  
.header {
  border: 3px double #333;
  background: linear-gradient(rgb(251, 220, 220, 0.75), rgb(251, 220, 220, 0.75));
  text-align: center;
  margin-top: 15px;
  top: 0;
  height: auto;
  }
  
.links {
  margin-top: 1em;
  }
  
.title { /*suppress title, since we're putting the title as text in the header box*/
  display: none;
  }

.footer {
  height: 0;
  }
  
.box h1, .box h2, .box h3, .box h4 {
  background: #facbd8;
  margin: 0;
  padding: 0.35em 0.25em 0.3em 0.25em;
  text-align: center;
  border-bottom: 3px double #333;
  }
  
.inner {
  padding: 0.25em 1em 0.3em 1em;
  font-size: 1.075em;
  }
  
  nav{
  z-index: 99;
  /*background-image: url:('https://bettysgraphics.neocities.org/images/objects/plane%2020.gif');*/
  background-color: transparent;
  position: absolute;
  padding: 10px;
  height: 100%;
  width: 120px;
}

.navlink{
  background-color: white;
  display: block;
  padding: 5px;
  margin: 8px 5px 8px;
}