/* Custom styling for the logo */
.logo {
    transform: scale(1.2);
    transform-origin: left center;
    max-height: 100%;
    position: relative;
    top: 2px;
}
