body{
	background: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Rubik', sans-serif;
}

.text{
	position: absolute;
	top: 10vh;
	left: 8vw;
	color: white;
}

.header{
	font-weight: 600;
	font-size: 14px;

}

.impress{
	font-weight: 200;
	font-size: 10px;
}

img{
	padding: 0.5em;
}