.topbox {
    background-color: var(--egdark);
    color: white;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    padding: 15px 0px;
}

.topbox-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.topbox-logo {
    margin-left: 40px;
    height: fit-content;
}

.topbox-title {
    margin-right: 50px;
}
        
span.apptitle {
    text-transform: uppercase;

    font-size: 30px;
}
span.appsubtitle {
    font-size: 14px;
}

