
}
body{
	margin: 0;
	font-family: arial;
	background:#fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
}
img{
	
	background-size: cover;
	background-position: center;
}
h1{
	width: 500px;
	cursor: pointer;
	position:relative;
	top: -80px;
	right: -850px;
}
.heading{
	color: #70e000;
}
.heading-2{
	color: cyan;
}
.h2-ruby{
	color: red;
}
.block-row{
	min-height: 100vh;
	background-size: cover;
	background-position: center center;
	background-blend-mode: darken;
	background-color: rgba(48,64,166,0.8);
	font-size: 20px;
	color: #fff;
}
.logo{
	cursor: pointer;
	position: relative;
	top: -170px;
	right: -20px;
	height: 120px;
	width: 120px;
}
.container{
	position: relative;
	right: -30px;
	top: -20px;
}
#particles-js{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}