html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.notify-button{ 
  padding:20px 30px;
  text-align:center;
  font-weight:bold;
  cursor:pointer;
  transition:background .5s;
}

.close-button {
  background:#fff;
  color:#000;    
}

#success{
  background:#03a679;
  color:#f0f0f0;  
}

#failure{
  background:#ff3939;
  color:#f0f0f0;  
}


