﻿.footer {
    color: #fff;
    background: #071329;
    padding: 50px 0;
    display: flex;
}
.footer a,
.footer a:hover,
.footer a:visited {
    color: #00ccc3;
}
.footer-cols {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer-col {
    margin: 10px;
    min-width: 200px;
}