.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-main {
    flex-grow: 1;
}

.text-cohman-orange {
    color: #ffae00 !important;
}

.bg-black {
    background-color: black !important;
}
