/* Custom styles */
.bg-white  p{
color:black;
}
.bg-gray-900 label{
color:white;
}
body{
    padding-bottom: 200px !important;
    margin-bottom: 200px !important;
    box-sizing: content-box;

} 