
*{
    font-family: 'Quicksand', sans-serif;
}

.customHeader{
    padding:5px;
}

.customHorizontalRule{
    margin-top: 0;
    background-color:#192965;
}

.verticalSpace{
    padding-top: 10px;
}

.articleMedium{
    text-align: justify;
    font-size: 14px;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color:white;
    /* Set the fixed height of the footer here */
    height: 80px;
    line-height: 90px; /*Vertically center the text there */
    /* background-color: #f5f5f5; */
    background-color: #192965;
    overflow:hidden;

  }

.social{
    color:white;
}

.connectBtn{
    background-color: #192965 !important ;
}

.coronaCSS{
    border:1px solid white;
    border-radius: 10px;
    padding:5px;
    color:red;
    
}


