aboutsummaryrefslogtreecommitdiff
path: root/src/app/globals.module.css
blob: 983f1ddd5799a8a49190b68900eb06b7a0f0ce48 (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: 90dvh;
	color: white;
	font-family: "Kanit";
	font-size: 20px;
}

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