File size: 988 Bytes
0d3df82 64e53c0 ef44019 64e53c0 ef44019 a9f1955 64e53c0 a9f1955 0d3df82 ef44019 a9f1955 ef44019 a9f1955 64e53c0 ef44019 64e53c0 a9f1955 ef44019 64e53c0 ef44019 a9f1955 ef44019 a9f1955 0d3df82 ef44019 0d3df82 64e53c0 ef44019 0d3df82 64e53c0 ef44019 0d3df82 64e53c0 ef44019 64e53c0 a9f1955 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
body {
padding: 2rem;
font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
background-color: #0f172a;
color: #f1f5f9;
line-height: 2; /* generous spacing between lines */
}
.card {
max-width: 720px;
margin: 0 auto;
padding: 32px;
background-color: #1e293b;
border: 1px solid #334155;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
h1 {
font-size: 36px;
font-weight: bold;
margin-bottom: 24px;
color: #f8fafc;
}
.tagline {
font-size: 18px;
font-weight: 500;
color: #cbd5e1;
margin-bottom: 32px;
}
h2 {
font-size: 28px;
font-weight: bold;
margin-top: 48px;
margin-bottom: 16px;
color: #e2e8f0;
}
p {
font-size: 17px;
margin-bottom: 24px; /* one-line spacing */
}
ul {
padding-left: 24px;
margin-bottom: 24px;
}
li {
font-size: 17px;
margin-bottom: 16px; /* one-line spacing */
}
.footer {
font-weight: bold;
font-size: 17px;
margin-top: 48px;
text-align: center;
color: #f8fafc;
}
|