.first_annual {
background:#FD17B5;
line-height:35px;
color:white;
width:100%;
position:fixed;
bottom:0;
z-index:9999;
text-align:center;
}
.covid19{
background:#000;
line-height:35px;
color:white;
width:100%;
position:fixed;
bottom:0;
z-index:9999;
text-align:center;
}
@media screen and (max-width: 639px) { 
.covid19{
line-height:20px;
padding: 5px 0;
}
}