.footer {
    background: #8193F2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    padding: 20px;
    color: #fff;
    width: 100%;
}