/*
============================================================
This file created by Health & Wellness Coach Sr. Developer: Yogesh Ahuja.
For issues contact: mallikawebworld@gmail.com
============================================================
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f7f9fb;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

main {
    padding: 20px;
}
