 body {
    font-family:"nimbus-mono"; 
    font-size:12px;
   background-image: url('background.jpg');
   background-repeat: no-repeat;
   background-size: 100%;
  }

  cursor {
   cursor: url('https://cur.cursors-4u.net/anime/ani-6/ani575.cur'), auto !important;
  }
  
  ::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
         
  head {
   width: 30%;
   padding-left: 10px;
   margin-left: 10px;
   border-radius: 10px;
   float: left;
   font-style: italic;
   background-color:#EDEDDC;
  }
  
  a:link {
  color: white;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  } 
  
  a:visited {
   background-color: #CCCCCC;
   color: #720001;
   padding: 15px 25px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
  }
  
  a:hover, a:active {
   color: #B20005;
   padding: 15px 25px;
   text-align: center;
   text-decoration: none;
   display: inline-block;   
  }
         
 
  marquee {
   width: 90%;
   direction: right;
   height: 50px;
   margin-top: 5px;
   padding-right: 5px;
   margin-left: 50px;
   border-style: solid;
   border-radius: 0px;
   border-width: 1px;
   border-color: #828282;
  }
  
  .container {
    width: 1000px;
    height: 920px;
    margin: auto;
    margin-top: 30px;
    background-image: linear-gradient(#D8D1D1,#727272);
    border-style: solid;
    border-radius: 15px;
    border-color: #828282;
  }
  
    .maincontainer {
    width: 900px;
    height: 950px;
    margin: auto;
    border-radius: 50px;
  }
  
  .scroll {
    font-size: 14px;
    width: 268px;
    height: 190px;
    white-space: normal;
    vertical-align: middle;
    overflow: auto;
    padding: .2em;
  }
  
  .nav {
   text-align: center;
   font-size: 29px;
   width: 900px;
   padding-top: 1px;
   padding-left: 0px;
   padding-right: 5px;
   margin-top: 20px;
   margin-left: 50px;
   float: left;
   background-color:#D8D1D1;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px;
   border: 1px solid #828282;
  }
 
  linknav {
   text-align: center;
   font-size: 15px;
   width: 21%;
   height: 550px;
   padding-left: 5px;
   padding-right: 0px;
   margin-top: 5px;
   margin-left: 20px;
   margin-right: 2px;
   float: left;
   background-color:#D8D1D1;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 0px;
   border: 1px solid #828282;
  }
  
  mainsec {
   text-align: left;
   font-size: 15px;
   width: 74%;
   height: 550px;
   padding-left: 0px;
   padding-right: 0px;
   margin-top: 5px;
   margin-left: 0px;
   margin-right: 10px;
   float: right;
   background-color:#D8D1D1;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 8px;
   border: 1px solid #828282;
  }
  
  maintext {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 1em;
    margin-inline-end: 3em;
  }
  
  thoughts {
   font-size: 14px;
   width: 270px;
   height: 200px;
   padding-left: 0px;
   padding-right: 0px;
   margin-top: 5px;
   margin-left: 15px;
   margin-right: 10px;
   float: left;
   border: 2px dotted #828282;
   background-color: #EAEAEA;
  }
  
  mainimg {
   width: 45%;
   height: 215px;
   padding-left: 0px;
   padding-right: 0px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 2px;
   float: right;
  }
  
  divider {
   width: 90%;
   height: 70px;
   margin-top: 50px;
   padding-bottom: 5px;
   padding-top: 20px;
   padding-right: 5px;
   margin-left: 25px;
   border-style: solid;
   border-radius: 0px;
   border-width: 0px;
  }
  
  audionav {
   width:95%;
   height: 50px;
   padding-top: 25px;
   padding-left: 0px;
   padding-right: 5px;
   margin-top: 10px;
   margin-left: 24px;
   float: left;
   background-color:#D8D1D1;
   border-style: dotted;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px; 
   border-width: 1px;
   border-color: #828282;
  }