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;
}
.table{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    
}

body{
    background-color: aqua;
}