aboutsummaryrefslogtreecommitdiff
path: root/src/app/page.module.css
blob: 85f94dbdcc1d287bece5d9f4e308b2d1f83107ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.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;
}

.auth button {
	padding: 5px;
	margin: 5px;
	font-family: "Atkinson Hyperlegible";
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 5px;
	background-color: var(--neon-green);
}