/* All Pages CSS */

.card {
    background-color: #f8f9fa!important;
}

html {
    scroll-behavior: smooth;
}

/* Login CSS */

#loginCard {
    margin-top: 25vh!important;
}

/* Register CSS */

#registerCard {
    margin-top: 15vh!important
}

/* Donate CSS */

#donateCard{
    margin-top: 15vh!important;
}

/* Index CSS */
#landingHeader {
    height: 50vh;
    width: 100vw;
    background-image: url('../images/landingHeader.png');
    background-size: cover;
    background-position: bottom;
}

#headerContent {
    background-color: rgba(155, 155, 155, 0.466)
}