h1{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;}

.b{
    text-align: center;
    padding: 15px;
}
p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
h3{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h2{
    
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.table{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    
}
body{
 background-image: linear-gradient(to bottom, cyan, teal );
}
.navbar navbar-expand-sm bg-light{
    background-color: aqua;
}
.card{
    padding: 30px;
}
.card-text{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.card-title{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}