.n-copyright {
    color: #4d6977;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.n-copyright-name {
    margin-right: 5px;
}

.n-copyright img {
    height: 22px;
    width: 100%;
    max-width: 40px;
    flex: 0;
}

.n-copyright:hover {
    color: #fc7f56;
    text-decoration: none;
}