body {
    font-family: "Lexend Deca", sans-serif;
    
}

.hero-title {
    font-weight: 900 !important;
}

/* Tools */
#card-vcardmaker {
    background-color: #565ce2;
    text-decoration: none;
    color: #fff;
}

#card-operator-checker {
    background-color: #ed9e45;
    text-decoration: none;
    color: #fff;
}

#card-array-maker {
    background-color: #495261;
    text-decoration: none;
    color: #fff;
}

#card-linkedin-profile {
    background-color: #0a66c2;
    text-decoration: none;
    color: #fff;
}

.banner {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}