.contain_footer {
    height: 25px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-size: .8em;
    padding: 5px 10px;
    background: var(--color-white);
    color: rgba(100, 100, 100, 1);
}

.contain_footer > div {
    padding: 0 5px;
}

.contain_footer > div:not(:last-child) {
    border-right: solid 1px black;
}

.contain_footer > div > a {
    text-decoration: none;
}

.contain_footer > div > a:hover {
    color: var(--color-main);
    cursor: pointer;
}

.contain_footer_bold {
    color: black;
    text-shadow: 1px 2px 2px rgba(200, 200, 200, 1);
    letter-spacing: .5px;
}
