diff --git a/cafe-events/valentines-day-25/index.html b/cafe-events/valentines-day-25/index.html
index 453c762..e785872 100644
--- a/cafe-events/valentines-day-25/index.html
+++ b/cafe-events/valentines-day-25/index.html
@@ -8,7 +8,7 @@
-
+
diff --git a/cafe-events/valentines-day-25/style/style.css b/cafe-events/valentines-day-25/style/style.css
index e81eff4..a7d84bd 100644
--- a/cafe-events/valentines-day-25/style/style.css
+++ b/cafe-events/valentines-day-25/style/style.css
@@ -1,5 +1,6 @@
:root {
- --header-footer-color: #BFD9C688;
+ --header-footer-color: #BFD9C699;
+ --text-color-light-red: #E94E77;
}
@font-face {
@@ -48,6 +49,9 @@ img {
header {
width: 100vw;
height: 8vh;
+ display: flex;
+ justify-content: center;
+ align-items: center;
background: var(--header-footer-color);
}
@@ -61,6 +65,12 @@ footer {
cursor: pointer;
}
+.header-text {
+ font-family: alwaysinmyheart;
+ font-size: 4rem;
+ color: var(--text-color-light-red);
+}
+
.tileOne {
position: absolute;
left: 26.61%;