aboutsummaryrefslogtreecommitdiff
path: root/src/app/page.module.css
blob: 1d3be6029075f4f750ba6e0fab06b3e4821a59c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.welcomeContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 85dvh;
	max-width: 500px;
	margin: 0px auto;
	text-align: center;
}

.welcomeContainer p {
	font-family: "Quicksand";
	font-size: 20px;
	color: white;
}