 @font-face{
      font-family: 'basiic';
  src: url(https://cinni.net/fonts/basiic.ttf);
    }

.parisienne-regular {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
}

body
{ margin-top: 60px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;

  background-color:lavender;
  border:rebeccapurple ridge 5px;
  height:600px;
  width:800px;
  background-image:url('https://hightide3ra.neocities.org/pics/bgs/od05-bg-frill.gif'), url('https://files.catbox.moe/eore65.png') ;
    background-repeat:repeat-x, repeat;
}
  #header{height:80px;
  overflow:hidden;
    width:625px;
  background: linear-gradient(90deg,rgba(44, 7, 82, 1) 9%, rgba(102, 51, 153, 1) 47%, rgba(191, 128, 255, 1) 100%);
 
}
  
  h1
  {color:white;
    font-family: "Parisienne", cursive;
    margin-top:10px;
    font-size:35px;
    background: linear-gradient(lavender 75%, orchid);
    -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
 text-align:center;
    text-shadow:black 3px 3px 2px;
    
  }
  h2{background-image:url('https://hightide3ra.neocities.org/pics/fl200-016-g.gif');
    color:white;
    font-family:times;
background-size:100%;
    margin-top:auto;
    text-shadow:black 3px 3px 2px;
   border:2px black solid;
    width:auto;
margin-bottom:2px;
  }
#menu {
  position:absolute;
  background-color:lavender;
  border-right:rebeccapurple ridge 4px;
overflow-x:hidden;
  padding: 0px;
  width: 175px;
  height:600px;
  text-align: center;
}
  a{color:blueviolet; text-decoration:none;     
      font-family: 'basiic';
  }
  
  li {
  background:white;
  font-size:20px;
  border-bottom:2px rebeccapurple solid;}
  a:hover {
  text-shadow: 1px 1px 10px var(rebeccapurple);
  letter-spacing: 2px;
}
  #right{height:515px;width:600px;margin-left:175px;}

  #casing
  {background-image:url('https://hightide3ra.neocities.org/pics/bgs/g19-bg-chidori.gif');
    height:515px; width:625px;
   
    border-top:rebeccapurple ridge 4px;
  }
#content {
  background-color:#3d3d3d;
  border:3px rebeccapurple solid;
  overflow-y:scroll;
  margin-left:50px;
  margin-top:20px;
  width:525px;
  height:455px;
}
  #entry-title{background-image:url(https://hightide3ra.neocities.org/pics/bgs/ga20-bg-slantstripe.gif);
  font-size:30px;
    color:blueviolet;
    text-align:center;
    padding:3px;
     text-shadow:white 3px 0px 0px;
  border:black solid 3px;
  position:sticky;}
  
  #entry-text{
    border-bottom: 3px solid blueviolet; 
    border-top:3px solid blueviolet;  
    font-family:"basiic";
    text-align:left;
    background-image:url('https://hightide3ra.neocities.org/pics/bgs/on2-2.gif');
    height:350px;
    margin-bottom:20px;
    overflow-y:scroll;
    padding:5px;
  background-color:white;
  color:indigo;}
