  .alert {
  padding: 20px;
  background-color: #ff9800;
/*  #f44336; */
  /* color: white; */
  margin-bottom: 5px;
}

.alert2 {
 padding: 20px;
 background-color: #ff3232;
 margin-bottom: 5px;
 color: white;
 text-align: center;
 
}

a.alert2 {
color: white;
text-decoration: none;
font-size: x-large;
}

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

.closebtn:hover {
  color: black;
}
