*{
    font-family: 'Space Mono', monospace;
}
.bg-gradient{
    background: #FF48A5;
    background: linear-gradient(45deg, rgba(255, 72, 165, 1) 0%, rgba(255, 178, 153, 1) 100%) !important;
}
.mb-n1{
    margin-bottom: -1rem !important;
}
.text-gradient a, footer .text-gradient{
    background-image: linear-gradient(45deg, rgba(255, 72, 165, 1) 0%, rgba(255, 178, 153, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.col-lg-12 > .card {
    background-image: url(images/stars.png);
    background-size: 100% auto;
    background-position: 0% 45%;
}