/*
CTC Separate Stylesheet
Updated: 2023-03-06 16:48:12
*/

.footer-fullwidth {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: red;
    color: white;
    text-align: center;
}
