footer {
    height: 185px;
    background-color: #08001a;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}

#footerContent {
    height: 100%;
    display: flex;
}

#footerDogs {
    /* width: 1000px; */
    margin: 0 auto;
    color: white;
    text-align: center;
    font-size: 14px;
}

#footerDogs>span {
    padding: 0 15px;
}

#footerDogs>span>a {
    color: white !important;
}
