@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+Tamil:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #f0f0f0;
    font-size: 15px;
}
.first-card-header{
    padding:20px;
}
.first-card-header h1{
    text-align: center;
    font-weight:600;
    padding:20px 10px 10px 10px;
}
.first-card-header p{
    text-align: center;
    font-size: 17px;
}
.first-card-header span{
    font-weight: 600;
}
.first-card-header a{
    text-decoration: none;
    color: black;
}
.star{
    color: red;
}
.custom-label{
    font-weight: bold;
}
.error{
    color: red!important;
    font-size:13px!important;
}
table, td, th {  
  border: 1px solid #ddd;
  text-align: center;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 15px;
}