.alert {
  padding: 20px;
  font-family: 'Open Sans',helvetica;
  font-size: 12pt;
  color: #f00;
  height: 40px;
  overflow: hidden;
  margin-left: -20px;
}

.closebtn {
  margin-left: 15px;
  margin-top: 5px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
}

.closebtn:hover {
  color: black;
}
#covid-text {
	float: left;
}
#play-covid {
	position: relative;
    margin-left: 95%;
}
#covid-box {
width: 50%;
margin: 0 auto;
padding-top: 7px;
}