body{
    font-family: 'Roboto', sans-serif;
    background-color:rgb(50,45,55);
    
}

.gradTopBar{
    background-color:#2196F3;
    background:linear-gradient(to bottom, rgb(19, 55, 85), rgb(50,150,200) ); 
    background-color:rgb(1, 12, 43);
}