.app-footer {
    background-color: rgba(0, 128, 128, 1);
    height: 90px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-footer-logo img {
    width: 387px;
    height: 40px;
}

.app-footer-copyright {
    color: #aaa;
    position: absolute;
    right: 20px;
    bottom: 35px;
}