body {
    font-family: 'Mukta';
    color: white;
}

h1 {
    font-size: 44px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    font-weight: 300;
}

h3 {
    font-size: 24px;
    font-weight: 900;
}

a {
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-decoration: none;
}

a:hover {
    color: #5F7ABE;
}

p,
span,
div {
    font-size: 14px;
    font-weight: 400;
}

.bg-blue {
    backkground-color: #5F7ABE
}
