.notificacion-default {
  background-color: #282f36;
}

.notificacion-html {
  background-color: white;
}

.notificacion-exito {
  background-color: #7bed9f;
}

.notificacion-error {
  background-color: #ff6b81;
}

.notificacion-error p,
.notificacion-error i {
  color: #000000;
}

.notificacion-exito p,
.notificacion-exito i {
  color: #356b46;
}

.notificacion-default p {
  color: #cfd0d2;
}

.notificacion-default i {
  color: #696e73;
}

.notificacion-center {
  position: fixed;
  height: 400px;
  width: 280px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
