.navbar-logo {
    display: flex;
    align-items: center;
}

.navbar-logo img {
    display: block;
    width: 48px;
    height: 48px;
}

.navbar-signin {
    text-decoration: none;
    color: #111;
    font-weight: 500;
}

.navbar-signin:hover {
    color: #000;
}


.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     padding: 1.5rem 0;
}

.footer p {
    margin: 0;
    font-size: 0.9rem;
    color: #000;
}