.header {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #360202;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header-logo {
    width: 60px;
    margin-right: 25px;
}

.header-nav {}

.header-login {}