@charset "utf-8";

.footer_wrapper {
    width: 100%;
    height: 100px;
    margin-top: 80px;
    background-color: #254489;
    display: flex;
    flex-direction: column-reverse;
}

.copyright {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
