/* This will change the size of the logo on the top left of the app */
.logoStyle {
    max-height: 55px;
    max-width: 110px;
    width: 100%;
    height: auto;
}
