diff --git a/rdgenerator/templates/generator.html b/rdgenerator/templates/generator.html
index 0c4a653..03e8237 100644
--- a/rdgenerator/templates/generator.html
+++ b/rdgenerator/templates/generator.html
@@ -93,23 +93,23 @@
color: #2e52f7;
}
.text-64 {
- font-size: 0.5em; /* Adjust font size to fit */
+ font-size: 0.5em;
font-weight: bold;
- top: 18%; /* Fine-tune vertical position */
- left: 50%;
- transform: translate(-50%, -50%); /* Center horizontally */
- position: absolute; /* Position relative to the parent stack */
- color: black; /* Or any other color */
+ bottom: -0.2em;
+ right: -0.2em;
+ position: absolute;
+ color: white;
+ transform: translate(-50%, -50%);
}
.text-32 {
font-size: 0.5em;
font-weight: bold;
- top: 18%;
- left: 50%;
- transform: translate(-50%, -50%);
+ bottom: -0.2em;
+ right: -0.2em;
position: absolute;
- color: black;
+ color: white;
+ transform: translate(-50%, -50%);
}
.checkbox-group {
display: grid;