.alert {  padding: 20px;  background-color: #1daaa3;  color: white;}.alert p{  color: white !important;}.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;}