2024-03-16 13:17:04 +00:00
|
|
|
body {
|
|
|
|
font-weight: bold;
|
2024-03-16 16:25:48 +00:00
|
|
|
text-align: center;
|
2024-03-16 13:17:04 +00:00
|
|
|
}
|
|
|
|
|
2024-03-24 10:10:31 +00:00
|
|
|
#content {
|
|
|
|
font-family: courier, monospace;
|
|
|
|
font-size: 10pt;
|
|
|
|
width: 80ch;
|
2024-03-16 16:25:48 +00:00
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
2024-03-16 13:17:04 +00:00
|
|
|
}
|
|
|
|
|
2024-03-23 16:14:13 +00:00
|
|
|
footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 10px;
|
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
}
|
|
|
|
|