@charset "UTF-8";
/* CSS Document */

.COVID-WRAP {
background-color: #fbc408;
display: block;
padding: 10px 20%;
height: auto;
width: 100%;
position: fixed;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 99;
font-family: 'PT Sans', sans-serif;
	font-size: 9px;
	font-weight: 800;
	text-align: center;
	color:#186630;
}
