<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Body*/
body {
	background: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

/*Logo*/
#logo {
	margin-top: 50px;
}

/*Countries*/
#gcc {
	margin-top: 50px;
}
.gcc-box {
	margin-bottom: 30px;
}
.gcc-img {
	position: relative;
}
.gcc-txt {
	position: absolute;
	bottom: 10px;
	background: url(images/img-title.png)no-repeat;
	height: 43px;
	width: 221px;
}
.gcc-txt h3 {
	color: #fff;
	padding: 10px 0 0 15px;
	margin-top: -2px;
	text-transform: uppercase;
}

/*Footer*/
#footer {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
}
#footer ul {
    margin-top: 30px;
    padding: 0;
}
#footer ul li {
    display: inline;
    list-style: none;
    margin: 0 20px;
}
#footer ul li a {
	color: #fff;
}

#npm-info {
	margin-top:50px;
	text-align: center;
}
#npm-info h3 {
	font-size: 26px;
	color: #f1c655;
}

#npm-info p {
	color: #fff;
	font-weight: lighter;
	text-indent: 10px;
	 letter-spacing: 1px;
}</pre></body></html>