diff --git a/flash0.html b/flash0.html
index b38da8a..e2c0b3a 100644
--- a/flash0.html
+++ b/flash0.html
@@ -34,8 +34,7 @@
border: none;
}
- legend {
-
+ legend {
font-size: 28px;
font-weight: bold;
background: rgba(255, 255, 255, 0.1);
@@ -46,7 +45,7 @@
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
- input[type="radio"] {
+ input[type="radio"] {
appearance: none;
-webkit-appearance: none;
width: 20px;
@@ -59,7 +58,7 @@
top: 2px;
}
- input[type="radio"]:checked::before {
+ input[type="radio"]:checked::before {
content: "";
display: block;
width: 12px;
@@ -73,13 +72,13 @@
animation: appear 0.8s;
}
- label {
+ label {
font-size: 22px;
font-weight: bold;
color: #fff;
}
- div {
+ div {
display: flex;
align-items: center;
margin-bottom: 20px;