@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    font-family: Nunito, sans-serif;
}

.landing {
    background-image: url(../img/bg-rb.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.lead {
    color: #fff;
    opacity: 0.4;
}

.downloadSection {
background: #E2E2E2;    
}

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

.btn-outline-light {
    color: #fff;
    border-color: #fff;
}

.navbar {
    background: transparent;
}