.osahan-body {
  margin-top: 10%;
}
.append-notification{
  position: relative;
  width: 100%;
  min-height: 30px;
  background-color: #f0171f;
  z-index: 100000;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
}

.bottom-notification {
  position: fixed;
  bottom: 58px;
  width: 100%;
  min-height: 30px;
  background-color: #f0171f;
  z-index: 10000;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal; }

.top-notification {
  position: fixed;
  top: 75px;
  width: 100%;
  min-height: 40px;
  background-color: #f0171f;
  z-index: 10000;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
}