
body{
background:#f4f4f4;
  font-family: 'Noto Sans Sinhala', sans-serif;
}

.card{
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.tg-btn {
  background-color: #0088cc;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}