.bgimage {
	background-image: url('../images/ansel.jpg');
	background-position: center center;
	background-size: cover;
	height: 200px;

}

body {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-family: 'Fruktur', cursive;
	background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
