/* styles.css */
body {
    font-family: 'Roboto', sans-serif;
  }
  
.whatsApp {
    display:none;
    padding:22px;
    background:#25D366;
    font-size:32px;
    color:#fff;
    cursor:pointer;
    position:fixed;
    bottom:20px;
    border-radius: 100%;
    right:20px;
    z-index: 100;
    }

    
    
/*h2{
    color: #CB4335;
    font-family: Roboto;
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}*/