Spaces:
Sleeping
Sleeping
File size: 201 Bytes
8b7e1ae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
body {
text-align: center;
font-family: Arial, sans-serif;
}
h1 {
color: #333;
}
#mic-button {
width: 100px;
cursor: pointer;
}
#status {
font-size: 18px;
color: #555;
}
|