body {
    background-color: #1a1a1a;
    /* A deep, dark grey 🌑 */
    color: #e0e0e0;
    /* A soft, light grey text ✉️ */
    font-family: 'Crimson Pro', sans-serif;
    /* Clean, modern lines 📏 */
    line-height: 1.6;
    /* Gives the words room to breathe 🧘 */
    margin: 0;
    padding: 20px;
}