.header-container{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
    justify-content: space-between;
    /* position: absolute;
    left: 0; */
    /* z-index: 1; */
    margin-bottom: 1em;
}
.header-container h1{
    margin: 0;
    text-transform: uppercase;
    margin-left: 0.5em;
}
.logo-container{
    width: 6em;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-container img{
    width: 100%;
    height: auto;
    float: left;
}