#NavBar{
    display: flex;
    background-color: #3c3c3c;
    color: #cccccc;
    font-style: italic;
}
#Contact{
    display: flex;
    background-color: #3c3c3c;
    color: #cccccc;
    font-style: italic;
    justify-content: center;
    flex-direction: column;
}
.Main{
    flex: 1;
    background-color: #1e1e1e;
    color: #cccccc;
    overflow-y: auto;
}