﻿.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    background-color: #2E0754;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    position: relative;
    width: 100%;
}