body{
    margin: 0px;
}

.header {
    margin-bottom: 15px;
}

.topHeader{
    height: 60px;
    background-color: black;
    flex-basis: 70%;
}

.logo{
    width: 50%;
    text-align: left;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1;
}

.img_container img{
    display: block;
    max-width: 230px;
    max-height: 60px;
    height: auto;
    width: auto;
}

.logo h1 {
    margin: 0px;
    color: aliceblue;
    text-decoration: none;
}
.hello {
    text-align: center;
}

.login{
    margin-left: 49%;
    width: 50%;
    text-align: right;
    position: absolute;
    margin-top: 10px;
}

.login h1{
    margin: 0px;
    color: aliceblue;
    text-decoration: none;
}

.navBar{
    display: flex;
    padding-top: 20px;
    margin-top: 0px;
    width: 100%;
    height: 100px;
    background-color: black;
    flex-direction: row;
    flex-wrap: wrap;

}

.navLink{
    width: 70px;
    margin: 10px;
}

.navLink h2{
    
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
    color: aliceblue;
}



