This commit is contained in:
2025-01-03 11:56:27 -05:00
parent 0ae7b91e6f
commit b5bb4dd90f
22 changed files with 31 additions and 29 deletions

View File

@@ -17,7 +17,7 @@
width: 50svw;
margin-left: 30px;
padding: 16px;
background-color: rgba(105, 105, 105, 0.16);
background-color: rgba(32, 31, 31, 0.40);
}
.headerContainer h1 {
@@ -26,7 +26,7 @@
font-size: 90px;
height: auto;
font-weight: 50;
color: white;
color: black;
width: auto;
}
@@ -34,7 +34,7 @@
padding: 0;
font-size: 40px;
font-weight: lighter;
color: white;
color: black;
width: auto;
}
@@ -44,7 +44,7 @@
border-radius: 18px;
cursor: pointer;
justify-content: center;
background-color: hsla(0, 0%, 0%, 0.765);
background-color: black;
height: 50px;
width: 180px;
color: rgb(255, 255, 255);