body {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}


h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 50px;
	color: #868686;
}

.sub {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #868686;
}

.url {
	font-size: 90px;
	font-weight: 700;
	color: #3285D9;
}

.tekst1 {
	font-size: 40px;
	font-weight: 700;
	color: #868686;
}
.tekst2 {
	font-size: 40px;
	font-weight: 400;
	color: #868686;
}

.sitecenter {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)}

@media only screen and (max-width:768px){
h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
}

.sub {
	font-size: 10px;
}

.url {
	font-size: 45px;
}

.tekst1 {
	font-size: 20px;
}
.tekst2 {
	font-size: 20px;
}
img {max-width: 100%;}
}