.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #EFEFF9;
    width: 100vw;
    height: 1vh;
}
