+
+
+
+
15.5.2024 08:00:00 - 08:01:00 UTC
diff --git a/styles.css b/styles.css
index 71eec1e..d169026 100644
--- a/styles.css
+++ b/styles.css
@@ -174,17 +174,27 @@ html {
width: 50%;
}
+#logo-main{
+ width: 80px;
+ height: 80px;
+ margin-top: 60px;
+ display: flex;
+ opacity: 0.1;
+ /* animation: rotate360 10s linear infinite; */
+}
+
.title{
top: 30px;
width: 100%;
- margin-top: 30px;
- margin-bottom: 80px;
+ margin-top: 40px;
+ margin-bottom: 50px;
text-align: center;
color: white;
background-color: rgb(0,0,0);
/* height: 20vh; */
font-family: Helvetica;
- font-size: clamp(14px,1.1vw, 18px);
+ font-size: clamp(12px,1.1vw, 18px);
+ opacity: 0.1;
}
@@ -206,7 +216,8 @@ html {
.stave-svg {
position: relative;
- z-index: 1;
+ z-index: 1;
+ opacity: 0.3;
}