aboutsummaryrefslogtreecommitdiff
path: root/static/css/style.css
blob: 8714d211c40f8ca88463fc6bd8c6669b91ec8af8 (plain)
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
28
29
30
31
32
33
34
35
36
37
body {
	background-color: #232627;
	height: 100vh;
	margin: 0;
	color: #FFFFFF;
}

.navbar {
	height: 3.5rem;
	border-bottom: 1px solid pink;
	margin-bottom: 2.5rem;
}

.root {
	width: 100%;
	height: 25rem;
	margin: auto;
	background: url("/media/hell-girl-full.png");
	background-repeat: no-repeat;
}

strong, em {
	color: red;
	font-style: normal;
}
em {
	font-size: 2rem;
}

.content {
	text-align: center;
}



@media only screen and (max-device-width: 480px) {
}