.hero-section {
    background-image:  url("/assets/images/hero-banner.png");
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
}

.custom-font {
    font-family: "Kalam", cursive;
    font-weight: 200;
    line-height: 1.25;
}