body {
	background-image: url("img/bg2.jpg");
	background-color: rgba(159,232,251,0.42);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

html, body {
  overflow: hidden;
  height: 100%; /* Ensures the body covers the full viewport */
}

@font-face {
  font-family: myFirstFont;
  src: url("fonts/Killig.ttf");
}

.welcome {
	font-family: myFirstFont;
	font-size: 128px;
	color: lightgrey;
	text-shadow: 4px 4px darkgray;
}
.mainpage {
	display: flex; 
	align-items: center;
	justify-content: center;
	grid-gap: 40px;
}