.header-flex {
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
    height: 60px;
    background-color: rgb(38, 70, 83);
    /* add s-index after adding slider to see the difference*/
    z-index: 100;
    /* box-shadow: 0px 0px 50px gainsboro; */
}

.header-icon {
    width: 40px;
    margin: 8px 15px;
    position: absolute;
}


.red{
    background-color: red;
}