footer {
    background-color: rgb(3, 2, 19);
    min-height: 80px;
    flex-shrink: 0;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-content>p {
    color: white;
    font-size: 10px;
}