#footer {
    margin-bottom: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    background: #090909;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footerContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#footerContent a {
    color: white;
    text-decoration: none;
    margin: 10px;
    font-size: 20px;
}

#footerContent a:hover {
    text-decoration: underline;
}