body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

a.url {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 30px;
    width: 100%;
    text-decoration: none;
    text-transform: capitalize;
}

p.text {
    font-family: 'neue-haas-unica', 'Helvetica Neue', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    font-size: 8px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    user-select: none;
}

span.logo {
    flex-grow: 1;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: stretch;
    margin: 0 0 0 10px;
}