blob: 8c9434e9f0d2be1be36b1c48ab9613718b94c42b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#container {
width: 100%;
height: 100%;
background: var(--page-background);
text-align: center;
align-content: center;
color: #838b97;
font-family: 'Pacifico';
user-select: none;
}
|