
*{cursor: url(https://cur.cursors-4u.net/nature/nat-11/nat1006.cur), auto !important;}

/*Fonts*/
 
@font-face {
    font-family: Comic sans;
    src: url('/archives/fonts/COMIC.TTF');}
    
@font-face {
    font-family: Cafeteria-Bold;
    src: url('/archives/fonts/Cafeteria-Bold.otf');}
    
@font-face {
  font-family: DWARVESC;
  src: url('/archives/fonts/DWARVESC.TTF');}
  
@font-face {
    font-family: Brianne;
    src: url('/archives/fonts/Brianne_s_hand.ttf');} 
  

/*Letra*/
h1, h2, h3{
  font-family: 'Cafeteria-Bold'; font-weight: bold;}

h4 {
font-family: 'Comic sans';
font-weight: bold;}
p{
font-family: 'Comic sans';
font-size: 14px;
font-weight: normal;}

a:link {
  color: #000019;
  text-decoration: none;}
a:visited {
  text-decoration: underline;}
a:hover {
  color: lime;
  text-decoration: none;}
a:active {
  color: lime;
  text-shadow: 1px 1px 3px #298203;}
  


/*body*/
body {
  background-image: url("") ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1300px;
}

header {
    width: 860px;
    height: 200px;
    border-radius: 10px;
    background-image: url(/archives/images/elements/header.webp);
    background-size: cover;
}

main{display: flex; justify-content: center;}

/*containers*/  
.header {
    width: 860px;
    height: 200px;
    border-radius: 10px;
    background-image: url(/archives/images/elements/header.webp);
    background-size: cover;
}

.wrap {display: flex; justify-content: center;}


.sidebar, .sidebar2 {
    display: flex;
    flex-direction: column;
    align-items: center;}

.container {
    width: 100%; height: fit-content;
    margin: 5px; 
    display: flex; flex-direction: column; align-items: center;}

.bigcontainer {
    height: auto;
    max-height: 100%;
    margin: 2px;
    display: flex;
    flex-wrap: wrap;}

.main {
    width: 100%;
    height: auto;
    max-height: 100%;
    border: 5px ridge #994008;
    padding: 5px;
    background-color: #FFDBA0;
    text-align: center;
    color: black;
    overflow: auto;
    margin: 5px;
    align-content: center;}
    
@font-face {
  font-family: DWARVESC;
  src: url('https://sunnishinez.neocities.org/archives/fonts/DWARVESC.TTF');}

/* navbar */
ul{
  width: fit-content; height: fit-content;
  background: url('https://sunnishinez.neocities.org/archives/images/elements/menugrave.png') no-repeat;
  background-size: cover;
  padding: 5px; padding-top: 45px; margin-top: 12px;
  list-style-type: none;
  }
  
li a {
  color: #02030B;
  padding: 5px;
  display: block;
  margin: 8px;
  border-radius: 4px;
  font-size: 25px;
  box-shadow: 1px 2px 2px #353742;
  border: 2px outset #9b9fc3;
  font-family: 'DWARVESC';
  text-align: center;
  text-decoration: none;
  letter-spacing: -2px;
  width: 140px;  
}

li :hover {
  border: 2px inset #9b9fc3;
  background-color: #3F4348;
  color: #FFE6FF;
  text-shadow: 2px 2px 3px #D95DAE;
  box-shadow: -1px -2px 2px #00000036;
  }

.tittle {
    background-color: #9B9DAC;
    border: 3px outset #9B9DAC;
    color: #DCDCDC;
    font-family: 'DWARVESC';
    font-size: larger;
    line-height: 5px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 0px #292929;
    height: fit-content;
    width: 50%;
    text-align: center;}
    
.btittle {
  background-color: #994008;
  border: 3px outset #994008;
  color: #FFE376;
  font-family: 'DWARVESC';
  font-size: larger;
  line-height: 1px;
  text-shadow: 1px 1px 0px #000000;
  height: fit-content;
  width: fit-content;
  text-align: center;
  display: ruby-text;}
    
/*footer*/

footer{
      position: relative;
      left: -19px;
      bottom: 0;
      width: 910px; height: 136px;
      text-align: center;
      text-shadow: 1px 1px black;
      color: #FFE376;
      background: url('/archives/images/elements/footer.png') no-repeat;
      background-size: cover;
}
footer a:link, footer a:visited { color: #FFE376;}
#footer-text{position: relative; top: 63px;}


  
 /*scrollbar*/
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  }
::-webkit-scrollbar-thumb {
  background: #e8c054;
  }

