body{
    min-height: 100vh;
    display:flex;
    flex-direction:column;
}
main{
    flex:1;
}
.custom-footer {
    background-color: rgb(0, 0, 0) !important;
    width: 100%;
    position: relative;
    z-index: 1;
}


.custom-footer-text {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    font-size: 12px !important;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .custom-footer-text {
        font-size: 10px !important;
    }

}
