/*--------------------
    main
--------------------*/
.flash_message {
  height: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: red;
}