2FAST2FINANCE | Coming Soon
body {
margin: 0;
padding: 0;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
font-family: Garamond, ‘EB Garamond’, serif;
color: #ffffff;
}
.container {
text-align: center;
padding: 3rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 8px;
border-left: 4px solid #c4a052;
max-width: 90%;
width: 800px;
}
h1 {
font-size: 3.2rem;
font-weight: 400;
letter-spacing: 2px;
margin-bottom: 0.5rem;
color: #c4a052;
text-transform: uppercase;
}
.tagline {
font-size: 1.4rem;
color: #a8a8a8;
margin-bottom: 2rem;
font-weight: 400;
font-style: italic;
}
@media (max-width: 600px) {
.container {
padding: 2rem;
}
h1 {
font-size: 2.2rem;
}
.tagline {
font-size: 1.2rem;
}
}
2FAST2FINANCE
Work in Progress
Leave a comment