diff --git a/index.html b/index.html
index 92d418e..62339d8 100644
--- a/index.html
+++ b/index.html
@@ -35,7 +35,9 @@
-
+
+ PID @ 78361641
+
diff --git a/src/styles/base.css b/src/styles/base.css
index 5e43b3a..477d41c 100644
--- a/src/styles/base.css
+++ b/src/styles/base.css
@@ -43,6 +43,19 @@ body {
background-color: var(--background-color);
}
+background > p {
+ visibility: hidden;
+ position: absolute;
+ top: 69vh;
+ right: 0;
+ color: var(--font-color-lighter);
+ font-size: calc(var(--font-size-description) - 0.4rem);
+}
+
+background:hover > p {
+ visibility: visible;
+}
+
a {
text-decoration: none;
color: #1967d2;
@@ -92,7 +105,7 @@ background {
min-width: 100%;
min-height: 75vh;
background-size: cover;
- background-image: url(https://storage.186526.xyz/home-app/assets/background.png);
+ background-image: url(https://storage.186526.xyz/home-app/assets/background.webp), url(https://storage.186526.xyz/home-app/assets/background.png);
z-index: -1;
border-radius: 0 0 15px 15px;
filter: blur(0.2px);