*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    width: 100%;
}
body{
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
}


h1, 
h2,
h3,
h4,
h5,
h6,
p,
a,
*{
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.nav-item{
    color: black;
}
.whatsapp_float{
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 996;
    transition: all 0.4s;
    right: 0px;
  }

  
