nav {
    padding: 20px;
    border-bottom: 1px solid #4d5056;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

nav img {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

nav span {
    line-height: 48px;
    font-size: 32px;
    font-weight: 1000;
}