
.btn-blue{
    background-color: rgb(71, 155, 235);
    color: white;
}

.btn-blue:hover{
    background-color: rgb(51, 131, 206);
    color: white;
}


/* PC Style */

.text-heading{
    text-align: start;
}

.font-heading{
    font-size: 90px;
}

.font-navbar{
    font-size: 19px;
    font-weight: 500;
}

.font-navbar-secondary{
    font-size: 14px;
    margin-top: -10px;
   
}

.font-heading-third{
    font-size: 12px;
}

/* Mobile Style */
@media (max-width: 768px) {

    .text-heading{
        text-align: center;
    }

    .font-heading {
        font-size: 45px;
    }

    .font-heading-secondary{
        font-size: 19px;
        color: rgb(83, 83, 83);
    }

    .font-heading-third{
        font-size: 12px;
    }

    .font-navbar{
        font-size: 24px;
        font-weight: 600;
    }

    .font-navbar-secondary{
        font-size: 12px;
        margin-top: -10px;
    }
}

