html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* My actual code and styles  */

@-moz-document url-prefix() {
  :root {
   scrollbar-width: thin;
   scrollbar-color: #ff6e1a #10385C;
    cursor: url("../assets/Arrow\ texture.png"), auto;
}
  dialog {
    scrollbar-width: thin;
  }

}

@font-face {
    font-family: 'New Font';
    src: url('../../fonts/851h-kktt-fixed.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Cubular Title';
  src: url('../../fonts/cubular-title-pixelated.ttf');
  font-weight: normal;
  font-style: normal;
}

html {
    cursor: url("../../assets/Arrow texture.png"), auto;  
    }

*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #10385C;
}

*::-webkit-scrollbar-track:hover {
  background-color: #6e2c50;
}

*::-webkit-scrollbar-track:active {
  background-color: #914600;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #ff6e1a;
  border: 1px dashed #BEEC08;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #cea623;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #C7C708;
}

body {
image-rendering: pixelated;
background-color: rgb(9, 29, 58);
font-family: 'New Font' !important;    
}

blockquote {
background-color: rgb(218, 221, 31);
margin-left: auto;
margin-right: auto;
line-height: 20px;
text-align: justify;
width: 500px;
padding: 5px;
border: 1px dashed crimson;
margin-top: 25px;
margin-bottom: 25px;
}

h3 {
text-align: center;
word-spacing: 3px;
font-family: 'Cubular Title';    
font-size: 30px;
background-color: rgb(218, 221, 31);
color: rgb(217, 255, 174);
text-shadow: 0 1px 0 crimson;
margin: 5px 0 5px 0;
}



figure img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
user-select: none;  
}

.myImg:hover {
cursor: url("../../assets/Arrow\ pointer\ texture.png"), pointer;
}

#gore {
transition: .5s ease;
backface-visibility: hidden;
}

#gore:hover {
filter: blur(3px);
}

.thumbnail-gallery {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  justify-content: center;
  align-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
}

.thumbnail-gallery figure {
  margin: 0;
  flex: 0 1 auto;
}

.thumbnail-gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
}