
body{
    background-image: url(https://img.freepik.com/free-vector/elegant-white-background-with-shiny-lines_1017-17580.jpg?size=626&ext=jpg);
}
marquee{
   background-color: aliceblue;
}
.text{
   color:#151414;
   text-align: justify;
}
#heroimage{
    width: 100%;
    height: 300px;
}
#homepagelayout{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    box-sizing: border-box;
    background-color: whitesmoke;
    box-shadow: -5px 10px 20px #ddd;
}
.pgraph1{
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 5px;
}
#hide{
    color: #151414;
    font-size: 19px;
    display: none;
}
.head{
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
iframe{
    background-image:linear-gradient(to top , #007bff,#151414);
}
#marquee{
    margin-top: 15px;
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
#marquee1{
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    text-align: center;
}
#vertinav{
    box-shadow: 5px 5px 5px #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    
}
#history{
    text-align: center;
    padding: 10px;
}
#hpara{
    background-color: white;
    width: 100%;
    height: 700px;
    border-radius: 10px;
    padding: 10px;
}
#hometext{
    color:#151414;
    font-size: 19px;
    padding: 10px;
}
.hometext1{
    color:#151414;
    font-size: 19px;
    margin-top: 10px;
    padding: 10px;
    text-align: justify;
}
#hometex{
    color:#151414;
    font-size: 19px;
    text-align: justify;
    margin-left: -30px;
}
.heading1{
    color:  #007bff;
    margin-top: 10px;
}
.listcolor{
    color: #151414;
    font-size: 20px;
}
.vnavtext{
    text-align: center;
}
#flupic{
    width: 100%;
    margin-left:-14px;
    border-radius: 10px;
}
#handwash{
    width: 100%;
    height: 350px;
}
.unorderlist{
    margin-left: 20px;
    font-size: 17px;
}
#imageofviruses{
    width: 100%;
    margin-bottom: 10px;
    display: none;
}
#homenavlink{
    padding-top: 10px;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    color: #007bff;
    font-weight: 600;
}
#contactus{
    font-size: 40px;
}