* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}
#ip {
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.copyip {
	border: solid 1px rgb(82, 82, 82, 1);
	transition: 250ms;
	border-radius: 15px;
	padding: 15px 40px;
	display: grid;
	background-color: rgba(0, 0, 0, 0.1);
	color: rgb(100, 245, 255);
	font-size: 22px;
	font-weight:  bold;
	place-self: center;
}

.copyip p {
	grid-column: 2;
	margin: 6px 0 0 15px;
}

.copyip::after {
	border-radius: 15px;
	width: 218.85px;
	height: 63.33px;
	display: grid;
	place-self: center;
	content: "";
	animation: copyipback 400ms ease;
	cursor: pointer;
	background-color: rgba(0, 200, 0);
	pointer-events: none;
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.copyip:hover::after {
	border-radius: 15px;
	width: 218.85px;
	height: 63.33px;
	display: grid;
	place-self: center;
	content: "";
	animation: copyip 500ms ease;
	cursor: pointer;
	background-color: rgba(0, 200, 0);
	pointer-events: none;
	position: absolute;
	opacity: 0.3;
	pointer-events: none;
}
@keyframes copyip {
	from {opacity: 0}
	to {opacity: 0.3}
}
@keyframes copyipback {
	from {opacity: 0.3}
	to {opacity: 0}
}
.copyico {
	height: 32px;
}
.centerip {
	position: absolute;
	width: 100%;
	height: 100%;
	display: grid;
	left: 0;
	top: 0;
	pointer-events: none;
}
.centerip_content {
	place-self: center;
	pointer-events: all;
}

.centerip_content:after {
	pointer-events: none;
	background-color: #FFFFFF40;
	content: "";
	position: absolute;
	height: 60%;
	width: 50%;
	top: calc(50% - 60% / 2);
	left: calc(50% - 50% / 2);
	filter: blur(10vh);
	border-radius: 100px;
}

body {
	background-color: black;
}
body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#00C80030, #00000000, #00C80030), linear-gradient(to right, #00C80030, #00000000, #00C80030);
	pointer-events: none;
}
body::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: black;
	animation: load 1s ease;
	opacity: 0;
	pointer-events: none;
}
@keyframes load {
	from {opacity: 1}
	to {opacity: 0}
}
.tlo {
	background-image: url(https://i.imgur.com/I8Eu5p0.jpeg);
    position: absolute;
    z-index: -1;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	filter: brightness(50%);
}

.discord {
	display: flex;
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 50px; 
	display: flex;
	align-items: center;
	transition: 250ms;
}
.discord:hover {
	filter: brightness(80%);
	cursor: pointer;
	transition: 250ms;
	transform: translateY(-3px);
	animation: xd 1s ease;
}
@keyframes xd {
	0% {rotate: 0deg}
	25% {rotate: 15deg}
	50% {rotate: -15deg}
	75% {rotate: 7deg}
	90% {rotate: -7deg}
	100% {rotate: 0deg}
}
.youtube {
	display: flex;
	position: fixed;
	bottom: 25px;
	right: 100px;
	width: 50px; 
	display: flex;
	align-items: center;
	transition: 250ms;
}
.youtube:hover {
	filter: brightness(80%);
	cursor: pointer;
	transition: 250ms;
	transform: translateY(-3px);
	animation: xd 1s ease;
}

#nawigacja {
	width: 100%;
	display: inline-block;
	font-weight: bold;
}
a.nawigacja {
	color: white;
	text-align: center;
	text-decoration: none;
	margin: 20px 5px;
	padding: 5px;
	float: right;
	width: 15%;
	position: relative;
}
a.nawigacja:hover {
	transition: 250ms;
	filter: brightness(80%)
}
a.nawigacja::before {
	transition: 200ms;
	filter: brightness(80%);
}
a.nawigacja::after {
	transition: 200ms;
	filter: brightness(20%);
}

.home {
	width: 80px;
	margin: 0 0 0 0.5%;
	transition: 250ms;
}

.home:hover {
	transition: 250ms;
	filter: brightness(80%);
}
#rangitype {
	top: 200px;
	border-bottom: 1px solid greenyellow;
	color: white;
	text-align: center;
	width: max-content;
	margin: 20px auto;
}

/*404*/

#error .center {
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#error .glowna:hover {
	filter: brightness(80%);
	transition: 400ms;
}

#error a.glowna {
	background-color: rgb(22, 95, 221);
	padding: 26px 36px;
	width: 450px;
	border-radius: 15px;
	transition: 400ms;
	color: white;
	text-decoration: none;
	font-size: 140%;
	font-family: monospace;
	margin-top: 20px;
	display: inline-block;
}

#error #tlo {
	background: url(https://i.imgur.com/iLRD4Vp.png);
    position: absolute;
    z-index: -1;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
}

#error #errorh1 {
	font-size: 180px;
	margin-top: -50px;
	color: white;
	font-family: system-ui
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background: #33CC88; 
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #33EEAA;
}
