2025-12-14 19:31:52 +01:00
|
|
|
/* Global CSS options */
|
2025-12-14 21:28:50 +01:00
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
font-family: "Truculenta", sans-serif;
|
|
|
|
|
font-optical-sizing: auto;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-variation-settings: "wdth" 100;
|
|
|
|
|
font-size: 16pt;
|
2025-12-15 18:54:19 +01:00
|
|
|
margin: 0;
|
|
|
|
|
min-height: 100svh;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main {
|
|
|
|
|
width: 40rem;
|
|
|
|
|
margin: 0.25rem;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
padding: 0.25rem;
|
|
|
|
|
border-left: solid 2px;
|
|
|
|
|
border-right: solid 2px;
|
2025-12-14 21:28:50 +01:00
|
|
|
}
|