.alert {
  background-color: #9f2267 !important;
  color: white;
  margin-bottom: 15px;
  width:100%;
  position: fixed !important;
  left: 0 !important;
  border-radius: 0 !important;
  padding:10px !important;
  font-family: 'Raleway', sans-serif !important;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
