aboutsummaryrefslogtreecommitdiff
path: root/src/app/globals.module.css
blob: d6a5c52e499d4d024a5ca13b26cc7a3007ebca12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.ErrorContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100dvh;
	color: white;
	font-family: "Kanit";
	font-size: 20px;
}

.ErrorContainer button {
	border-radius: 5px;
	padding: 3px;
	font-family: "Lato";
	border: 0;
	outline: 0;
}