
.alerts {
  padding-top: 0px;
}

.alert {
  padding: 10px;
  width: 100%;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-top: 0;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  border: white solid 1px;
}

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

.closebtn:hover {
  color: black;
}

.alertLink {
    cursor: pointer;
    text-decoration: underline;
    color: white;
}

.alertLink:hover {
    color: white;
}
