<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---- reset ---- */

#panel

{

	font-family: 'Source Sans Pro';

	font-size: 1.3em;

	position: absolute;

	top: 20%;

	width: 100%;

	margin: auto;

	border-radius: 4px;

	box-sizing: border-box;

	z-index: 100;

}

#logo

{

	max-width: 350px;

	display: block;

	margin: auto;

}

body

{

	margin: 0;

	font:normal 75% Arial, Helvetica, sans-serif;

}

#title

{

	margin-top: 90px;

	color: #ffffff;

	font-size: 30px;

	font-weight: 600;

	text-align: center;

}



canvas {

  display: block;

  vertical-align: bottom;

}



/* ---- particles.js container ---- */



#particles-js {

  position: absolute;

  width: 100%;

  height: 100%;

  background-color: #030325;

  background-image: url("");

  background-repeat: no-repeat;

  background-size: cover;

  background-position: 50% 50%;

}



/* ---- stats.js ---- */



.count-particles{

  background: #000022;

  position: absolute;

  top: 48px;

  left: 0;

  width: 80px;

  color: #13E8E9;

  font-size: .8em;

  text-align: left;

  text-indent: 4px;

  line-height: 14px;

  padding-bottom: 2px;

  font-family: Helvetica, Arial, sans-serif;

  font-weight: bold;

}



.js-count-particles{

  font-size: 1.1em;

}



#stats,

.count-particles{

  -webkit-user-select: none;

}



#stats{

  border-radius: 3px 3px 0 0;

  overflow: hidden;

}



.count-particles{

  border-radius: 0 0 3px 3px;

}

#btn_contact
{
	padding: 7px 10px;
	border: none;
	margin: auto;
	border-radius: 7px;
	display: block;
	margin-top: 100px;
	font-size: 18px;
	background-color: #0cf;
	color: #030325;
	cursor: pointer;
}
#contact_data
{
	
	background-color: #0CF;
	padding: 7px 10px;
	margin: auto;
	width: 300px;
	border-radius: 7px;
	text-align: center;
	margin-top: 100px;
	display: none;
	font-size: 17px;
	
}
#contact_data a
{
	color: #030325;
}
#email_img
{
	width: 20px;
	width: 15px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
</pre></body></html>