

:root{
	
	--darkgrey: #545454;
	--lightgrey: #A9A9A9;
	
}

h1{
  
   text-align: center;
   
}

a{
  
    color: var(--darkgrey);
  
  }
  
a:hover{
  
    color: var(--lightgrey);
  
  }

a:activate{
  
    color: black;
  
  }


body{
  
    font-family: "PixelOperator", tahoma;
    padding: 3px;
  
  }
  
  html{
    
      scrollbar-color: grey black;
    
    }