2022-07-03 16:42:16 +02:00
|
|
|
center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-07-07 14:13:51 +02:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
background-color: #222828;
|
|
|
|
color: #cdd;
|
2022-07-03 16:42:16 +02:00
|
|
|
margin: auto;
|
|
|
|
display: block;
|
|
|
|
max-width: 700px;
|
2022-07-07 14:13:51 +02:00
|
|
|
padding: 20px;
|
2022-07-07 11:31:01 +02:00
|
|
|
word-wrap: break-word;
|
2022-07-07 14:13:51 +02:00
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
input,button {
|
|
|
|
background-color: #222828;
|
|
|
|
color: #cdd;
|
|
|
|
border: 2px dashed #cdd;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.button,button {
|
|
|
|
border: 1px solid #cdd;
|
2022-07-03 16:42:16 +02:00
|
|
|
}
|