#footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 30px;
    background-color: rgb(46, 26, 68);
}
.footer_content {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.footer_content_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}