.usp {
    position: fixed;
    width: 100%;
    justify-content: space-between;
    padding: 0.4rem 1rem;
    background: var(--blue);
    color: var(--white);
    z-index: 100;
    display: block;
}

.usp p {
    flex: 1;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    color: var(--white);
    padding: 0.7rem 2rem;
}

.usp p.contact {
    text-align: right;
}

.usp p.contact span {
    background: var(--orange);
    padding: 1rem 1.3rem 1rem;
    color: var(--white);
}

.usp p.contact a {
    font-weight: bold;
    font-size: 1.7rem;
}

.usp p.contact a:active {
    color: var(--yellow2);
}

.usp a {
    color: var(--white);
    text-decoration: none;
}

.usp a:hover {
    text-decoration: underline;
}
