﻿
.text-align-center{
    text-align: center;
}

footer {
    background-color: #2CD5C4;
    border: 1px solid #011A42;
    width: 100%;
    padding: 0 !important;
}
@media(max-height: 100vh) {
    footer {
        bottom: 0;
        position: fixed;
    }
}  