/* CSS reset start  */
body {
	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 0px;
	margin: 0px;
	cursor: default;
	overflow: hidden;
	scroll-behavior: smooth;
	color: white;
}

body * {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

a,
a:active,
a:link,
a:link:visited {
	color: white;
	text-decoration: none;
	display: contents;
}

.site_wrapper{
	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	height: 100dvh;
	padding: 0px;
	margin: 0px;
	cursor: default;
	background-color: #16172c;
	user-select: none;
	overflow-y: scroll;
	scroll-behavior: smooth;
}



/* CSS reset end  */


/* Csúszka start */

/* Firefox (külön szintaxis) */
* {
  scrollbar-width: thin;                /* "auto" vagy "thin" */
  scrollbar-color: rgb(0, 219, 186) rgba(11, 120, 114,0);        /* [thumb] [track] */
}

/* Csúszka end */
