*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
    font-family: Arial, Helvetica, sans-serif;
}

.header-of-nav{
    width: 100%;
    height: 82px;
    background-color: #0a1821;
    align-items: center;
    justify-content: center;
    display: flex;
    position: fixed;
    z-index: 1000;
}
.navbar{
    background-color: transparent;
    align-items: center;
    display: flex;
    height: 42px;
    padding: 0%;
    width: 80%;
    justify-content: space-between;
}
.nav-right-area{
    display: flex;
    justify-content: space-between;
    height: 42px;
    width: 300px;
}
#track-prod{
    font-family: sans-serif;
    font-size: 1rem;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.login-area{
    width: 50%;
    height: 42px;
    display: flex;

}
#login{
    font-size: 1rem;
    font-weight: 300;
    color: white;
    display: flex;
    align-items: center;
    height: 42px;
    margin-left: 8%;
}
.person-logo{
    height: 21px;
    width: 21px;
    margin-top: 8%;
}