#container1{
    border: 0px solid red;
    height: 20px;
    display: flex;padding: 2px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0%;
    background-color: #eeeeee;
    color: grey;font-weight: 100;
    font-size: large;
}
#container1>:nth-child(1){
    border: 0px solid blue;
    width: 30%;height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;font-weight:lighter;
    margin-left: 160px;
    text-decoration: none;
}


#container1>:nth-child(2){
    border: 0px solid blue;
    width: 10%;height: 100%;
    display: flex;font-weight: 100;
    justify-content: space-around;
    align-items: center;
    margin-right: 160px;
}

*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
body ::selection {
    color: #fff;
    background: #fdd835;
}
#nav{
    border: 0px solid green;
    position: fixed; width: 100%;
    background-color: #fff;top: 0;
}