/* Calm To You — Minimal, Clean, Relaxing */

body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 25px;
    line-height: 1.7;
    color: #333;
    background: #fff;
}

header {
    text-align: center;
    margin-bottom: 60px;
}

h1 {
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.tagline {
    font-size: 22px;
    color: #666;
}

h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 600;
}

section {
    margin-bottom: 40px;
}

ul {
    padding-left: 25px;
}

li {
    margin-bottom: 10px;
}

/* Footer */
footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #777;
}

footer p {
    margin: 5px 0;
}

footer .small {
    font-size: 16px;
    color: #999;
}
