﻿.footer {
    min-width: 1200px;
    height: 80px;
    background-color: #282828;
    border-top: 1px solid #eee;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.footer_nav {
    padding: 10px;
}

.footer_message {
    color: #999;
}