 h1 {

    text-align: center;

    font-family: "Source Sans Pro", sans-serif;

    font-weight: normal;

}

body{

    text-align:center;

    background-color:#1f1d2b;

    color:lightgrey;

}

a {



    font-size: 50px;

    color: lightgray;

}
.backhome{
	width: 6em;
}
/* CSS Document */


.founderss {
	font-size: 5em
}
.klei{
	width: 100px; 
}
.klei:hover{
	width: 150px;
}
@media (min-width: 1024px) {
	.kleiwide{
		width: 200px;
	}
	.kleiwide:hover{
		width: 250px;
	}
}