body{
    margin: 0px;
}


.nativationBar{
    display: flex;
    width: 100%;
    height: 100px;
    background-color: lightblue;
    justify-content: space-around;
    padding: 20px;
    
}

.navTab{
    width: 100px;
    height: 45px;
    background-color: white;
    font-size: 8px;
}

.pageElement{
    width: 100%;
    height: 100%;

    background-color: green;
}

.homePage{
    width: 100%;
    height:100%;
}