@media screen and (min-width: 995px) {
    #mainPopDiv 
    {
        background-color: white; 
        margin-top: 100px; 
        width: 35%; 
        padding: 20px; 
        border-radius: 5px;
    }
}
@media screen and (max-width: 995px) {
    #mainPopDiv 
    {
        background-color: white; 
        margin-top: 100px; 
        width: 65%; 
        padding: 20px; 
        border-radius: 5px;
    }
}
@media screen and (max-width: 450px) {
    #mainPopDiv 
    {
        background-color: white; 
        margin-top: 100px; 
        width: 95%; 
        padding: 20px; 
        border-radius: 5px;
    }
}

#cbutton {
    background-color: #fe6f06; 
    color: white;
     width: 50%;
}
.hover_bkgr_covid {
    background:rgba(0,0,0,.7);
    
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    overflow-y:scroll;
    overflow-x:hidden;
}

.container {
    position: relative;
    text-align: center;
    color: white;
  }
