.logo {
    display: none; 
}


.new-logo {
    background-image: url('logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;  
    height: 100px;
}