@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


body{
	font-family: 'Raleway', sans-serif;
	background-color: hsla(22,14%,16%,1.00);
	margin: 0;
	color: hsla(358,19%,28%,1.00)
}

.begintitel {
    font-size: clamp(2.5rem, 8vw, 5rem);
	height: 100vh;              /* volledige viewport hoogte */
    display: flex;
    justify-content: center;    /* horizontaal centreren */
    align-items: center;        /* verticaal centreren */
    font-family: 'Raleway', sans-serif;
    font-size: 4rem;
}
