section#foot_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 10px;
}
