footer {
    background-color: #262626;
    border-top-width: 1px;
    border-bottom-width: 1px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    font-style: normal;
    word-wrap: break-word;
}

#ft-out {
    display: flex;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    align-items: center;
    justify-items: center;
}

#ft-upper {
    background-color: #ffffff;
    background-clip: border-box;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.16);
    border-top-width: 2px;
}

#ft-col {
    display: inline;
    width: 33.33%;
    position: relative;
    flex: 1 1 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#ft-lower {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

#banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
