body {
    font-family: 'Nunito', sans-serif;
}

.my-bg {
    z-index: 9999 !important;
    background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.1)), url('/img/home-bg.jpg') fixed center center;
    background-size: cover;
}
