.header-container{

    width:1200px;

    margin:auto;
}

.topbar{

    border-bottom:1px solid white;
    padding-top:35px;
    padding-bottom: 15px;
    margin-bottom:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:white;
}

.system-name{

    font-weight:bold;

    font-size:20px;
}

.menu a{

    margin-right:15px;
    font-size:20px;
}


.user-info{

    font-size:20px;
}