+
diff --git a/praticando/style.css b/praticando/style.css
index 88ed6a6..6212eff 100644
--- a/praticando/style.css
+++ b/praticando/style.css
@@ -5,7 +5,8 @@
}
body {
- background-color: lightgray;
+ color: #fff;
+ background-color: #000;
text-align: center;
margin: 25px;
display: flex;
@@ -24,12 +25,32 @@ p {
table {
background-color: lightblue;
+ color: #000;
}
-.data-running {
+.datas {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin-top: 15px;
}
+
+.datas-running {
+ border: none;
+ padding: 16px 32px;
+ border-radius: 16px;
+}
+
+#button {
+ border: none;
+ margin-left: 40px;
+ padding: 16px 32px;
+ border-radius: 16px;
+ font-size: 16px;
+ font-weight: 700;
+ text-transform: uppercase;
+ background-color: blue;
+ color: #fff;
+
+}