body{
	font-family:orbitron,sans-serif;
	margin:0;
	padding:0;
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#555;
	background-image:url(bottom.avif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:cover;
	cursor:none;
	overflow:hidden
}
.container{
	position:relative;
	width:100%;
	max-width:480px;
	height:480px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin:0
}
.avatar-img{
	animation: fadeIn 2s ease-in forwards;
	width:120px;
	height:160px;
	object-fit:cover;
	z-index:2;
	margin-top:-70px;
	border-radius:50%
}
.text-label{
	animation: fadeIn 2s ease-in forwards;
	margin:0;
	font-size:34px;
	z-index:2;
	position:absolute;
	bottom:32.5%;
	width:330px;
	text-shadow:1px 1px 2px #fff, 0 0 0.2em #fff, 0 0 0.5em #fff, 0 0 0.75em #fff, 0 0 1em #fff;
	text-align:center
}
.text-label2{
	animation: fadeIn 2s ease-in forwards;
	margin:0;
	font-size:18px;
	z-index:2;
	position:absolute;
	bottom:28%;
	width:270px;
	text-shadow:1px 1px 2px #fff, 0 0 0.2em #fff, 0 0 0.5em #fff, 0 0 0.75em #fff, 0 0 1em #fff;
	text-align:center
}
.text-label3{
	animation: fadeIn 2s ease-in forwards;
	margin:0;
	font-size:16px;
	z-index:2;
	position:absolute;
	bottom:24.5%;
	width:270px;
	text-shadow:1px 1px 2px #fff, 0 0 0.2em #fff, 0 0 0.5em #fff, 0 0 0.75em #fff, 0 0 1em #fff;
	text-align:center
}
.text-label4{
	animation: fadeIn 2s ease-in forwards;
	margin:0;
	font-size:14px;
	z-index:2;
	position:absolute;
	bottom:21.25%;
	width:270px;
	text-shadow:1px 1px 2px #fff, 0 0 0.2em #fff, 0 0 0.5em #fff, 0 0 0.75em #fff, 0 0 1em #fff;
	text-align:center
}
.text-label5{
	animation: fadeIn 2s ease-in forwards;
	margin:0;
	font-size:12px;
	z-index:2;
	position:absolute;
	bottom:18.25%;
	width:270px;
	text-shadow:1px 1px 2px #fff, 0 0 0.2em #fff, 0 0 0.5em #fff, 0 0 0.75em #fff, 0 0 1em #fff;
	text-align:center
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.logos{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center
}
.logo{
	position:absolute;
	width:80px;
	height:80px;
	background-color:transparent;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:.3s;
	z-index:2;
	opacity:0;
	transition:transform .3s ease-in,opacity .3s ease-in
}
.logo>a{
	cursor:none
}
.logo img{
	width:100px;
	height:100px
}
.logo:hover img{
	opacity:.7;
	transform:scale(1.1);
	transition:.3s
}
.logo h2{
	position:absolute;
	left:50%;
	top:115%;
	text-align:center;
	font-size:18px;
	font-weight:400;
	width:150px;
	display:none;
	transform:translate(-50%,-50%);
	text-shadow:1px 1px 2px #fff, 0 0 0.2em #fff, 0 0 0.5em #fff, 0 0 1em #fff, 0 0 1.5em #fff;
	color:#333
}
.logo:hover h2{
	display:block
}
@media only screen and (max-width:480px){
	.container{
		height:auto;
		padding-top:50px
}
	.avatar-img{
		width:90px;
		height:120px;
		object-fit:cover;
		z-index:2;
		margin-top:-105px
}
	.text-label{
		font-size:22px;
		width:240px;
		bottom:-22px

}
	.text-label2{
		font-size:14px;
		width:240px;
		bottom:-37px

}
	.text-label3{
		font-size:12px;
		width:240px;
		bottom:-49px

}
	.text-label4{
		font-size:12px;
		width:240px;
		bottom:-61px

}
	.text-label5{
		font-size:12px;
		width:240px;
		bottom:-72px

}
	.logo{
		width:60px;
		height:60px
}
	.logo img{
		width:60px;
		height:60px
}
}
#nojs-popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	color:#fff;
	z-index:9999
}
#nojs-popup h2{
	font-size:1.5rem;
	margin-bottom:1rem
}
#nojs-popup p{
	font-size:1rem;
	line-height:1.5;
	max-width:80%;
	text-align:center
}
#particle-canvas{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1
}
.custom-cursor{
	position:absolute;
	width:10px;
	height:10px;
	background-color:#0a197a;
	border-radius:50%;
	pointer-events:none;
	z-index:9999;
	transition:transform .1s ease;
	transform:translate(-50%,-50%);
	box-shadow:0 0 8px #1cbec9,0 0 10px #1cbec9
}
