ts-jojo-monroe / style.css
jolieee206's picture
Update style.css
2f70286 verified
raw
history blame contribute delete
600 Bytes
body {
padding: 2rem;
font-family: 'Poppins', 'Playfair Display', -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
background: #f9fafb;
color: #0f172a;
}
.card {
max-width: 640px;
margin: 2rem auto;
padding: 2rem 1.5rem;
border: 1.5px solid #c6a87d;
border-radius: 18px;
background: #fff;
box-shadow: 0 8px 32px rgba(15, 23, 42, 0.04);
}
.card h1 {
font-family: 'Playfair Display', serif;
color: #c6a87d;
font-size: 2rem;
margin-bottom: 0.7rem;
}
.card p {
color: #374151;
font-size: 1.1rem;
margin-bottom: 1rem;
}
.card p:last-child {
margin-bottom: 0;
}