8 lines
102 B
SCSS
8 lines
102 B
SCSS
body {
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
color: #E4FDE1;
|
|
background-color: #4D3F64;
|
|
}
|
|
|