#topBar {
    height: 75px;
    background-color: rgb(126, 29, 29);
    width: 100%;
    position: fixed;
    
}

#posTopBar {
    width: 100%;
    height: 75px;
}

body {
    margin: 0;
    padding: 0;
}


#logoSite {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 10px;
}