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

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f4f6f5;
}

.top-bar {
  background: #1b8f3a;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.container {
  padding: 15px;
}

h2 {
  text-align: center;
  color: #1b8f3a;
}

input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

button {
  width: 100%;
  padding: 10px;
  background: #1b8f3a;
  color: white;
  border: none;
  margin-top: 5px;
}

.dashboard {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.card {
  background: white;
  padding: 10px;
  width: 30%;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

ul {
  padding-left: 15px;
}
