body {
    font-family: Asap;
    /*color: #245986;*/
    color:white;
}

.container-fluid{
    height: 100vh;
    background-image: url("bg-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h1 {
    font-weight: 800;
    /*color: #004B98*/
}

.bg-c-blue {
    background-color: rgba(0, 75, 152, 0.8);
}

a {
    color: white
}

a:hover{
    color:#00ADEE;
}

.copyright-text {
    color: #00ADEE;
}

.animate__rubberBand {
    animation: bounce; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

