
/* -- BODY -- */

body {
     background-image:url('https://aruna-is-calling.neocities.org/backgrounds/Lined-Paper-Template-18.webp');
    background-size: 590px;
    background-blend-mode:saturation;
     padding:10px;
    background-color: #000030;
    width:440px;
    
}

/* -- SELECTION -- */

::selection {
    color:#020f53;
    background:rgb(10,30,220, .6);
    text-shadow:
    -.05em -.05em 0 royalblue,  
    .05em -.05em 0 RoyalBlue,
    -.05em .05em 0 RoyalBlue,
     .05em .05em 0 RoyalBlue,
    0 0 2px #00e7ff;
    mix-blend-mode:lighten;
 }

img:hover {
         transition:.3s;
         filter: drop-shadow(0 0 5px rgb(0, 10, 220));
       }

/* ---------------------- */
/* -- SCROLLBAR -- */

::-webkit-scrollbar {
  width:4px;
  height:0;
   
    border-radius: 4px;
}
  ::-webkit-scrollbar-track {
  background: #000040;
  box-shadow:0 0 5px navy, 0 0 2px blue;
     
}
::-webkit-scrollbar-thumb {
  background: #488cfb;
    border-radius: 4px;
     padding: 3px;
   transition-duration:0.20s;
    
}
::-webkit-scrollbar-thumb:hover {
  background: #143dac;
    border-radius: 4px;
     padding: 3px;
    transition-duration:0.20s;
}

/* ---------------------- */
 
/* -- HEADERS -- */

h2 {
    color:#94b7ff;
}

h2, h3, h4 {
font-family:W95FA;

}

h3{
    color:#98bdff;
}

h4 {
    color:#4a7dd9;
}

h5, h6 {
	font-family:'W95FA';
	color:RoyalBlue;
}
  p{
  	color:MediumBlue;
  	font-family:'W95FA';
  	
  }

    a {
       color:#2e78fd;
       transition-duration:.3s;
       font-size:20px;
        font-family:'CC';
        text-decoration:none;
    }
    
      a:hover{
        color:#71b9ff;
        scale:1.02;
         text-shadow:0 0 2px #fff, 0 0 5px blue;
        letter-spacing:.3px;
      }

/* ---------------------- */