﻿.logo {
    width: 195px; /* Adjust size as needed */
    height: 147px;
    background-image: url('../images/statusav.png'); /* Update with your logo path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
