*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
* {
	margin: 0;
	padding: 0;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
    content:' ';
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    *zoom:1;
}

html {
	height: 100%;
	font-size: 16px;
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body{
	height: 100%;
	font-family: "Satoshi", sans-serif;
	font-weight: 300;
	color: #fff;
	overflow-x: hidden;
	position: relative; 
	background: url(diana_starnets-2700.jpg) 50% 0 / cover no-repeat;
}

img {
	max-width: 100%;
	max-height: 100%;
}

a {
	color: inherit;
	font-weight: 300;
	text-decoration: none;
}
a:visited, a:focus {
	color: inherit;
	text-decoration: none;
}
	
a:hover {
	color: inherit;
	text-decoration: underline;
} 

h1, h2 {
	font-weight: 300; 
}