/* Add here all your css styles (customizations) */
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center a {
    margin: 0 5px;
}

.fb-messenger {
        margin: 30px 5px 20px;
      }

      .fb-messenger span {
        border-radius: 4px;
        background: #0084ff;
        color: #fff;
        font-size: 13px;
        padding: 6px 8px;
        display:inline-block;
        font-family: helvetica, arial, sans-serifnn;
        white-space: nowrap;
      }

      .fb-messenger a {
        cursor:pointer;
        text-decoration:none;
      }
	  
	  .wa-messenger {
        margin: 30px 5px 20px;
      }

      .wa-messenger span {
        border-radius: 4px;
        background: #28C44C;
        color: #fff;
        font-size: 13px;
        padding: 6px 8px;
        display:inline-block;
        font-family: helvetica, arial, sans-serifnn;
        white-space: nowrap;
      }

      .wa-messenger a {
        cursor:pointer;
        text-decoration:none;
      }
