@import url('https://fonts.googleapis.com/css2?family=ABeeZee&family=Asap+Condensed:wght@500&family=Philosopher:wght@700&display=swap');

body{
    font-family: 'ABeeZee', sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-custom{
    background: #C04848;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #480048, #C04848);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #480048, #C04848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-image{
    background-image: url('../img/analysis.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.text-heading{
    color: #0176a1;
}

.fs-7{
    font-size: 12px;
}