@charset "UTF-8";

#alertMessage{
  color: red;
  text-align: center;
}
#notificationMessage{
  color: green;
  text-align: center;
}
body {
  background-color: aquamarine;
}