1 changed files with
3 additions and
1 deletions
|
|
|
|
@ -9,11 +9,13 @@ body {
|
|
|
|
|
font-family: Arial;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background:black;
|
|
|
|
|
color: white;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.running {
|
|
|
|
|
background: lightgreen;
|
|
|
|
|
background: darkgreen;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
main {
|
|
|
|
|
|