.notifications
  position fixed
  z-index 10
  bottom 0

.notification
  width 100%
  height 30px
  border-radius 3px
  padding 15px
  text-align center
  color white
  position relative
  color white
  margin-top 5px

.alert
  background-color green

.error
  background-color red

.message
  font-size 18px
