﻿.logo-image {
    background-color: var(--bs-primary);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 88px;
    height: 30px;
    mask-image: url("../images/logo.svg");
    -webkit-mask-image: url("../images/logo.svg");
}
