.app-wrapper{
background-repeat: no-repeat !important;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.product-card-image-container {
background-repeat: no-repeat !important;
background-position: center;
background-size: cover;
}
.auth-btn.auth {
    display: inline-block;
    width: 80px;
    height: 65px;
    text-indent: -9999px;
    background-image: url('https://parkridgevet.com.au/wp-content/uploads/2023/07/5bbc3519d674c-ead7032f38463f4dfbb34398b2ba5bf8-10.48.18-am.png'); /* путь к твоей картинке */
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}
.footer {
  color: #ff0000;
}
.navbar {
    background-color: #333; 
    color: #fff;
}
.product-card {
    background-color: #333; 
}
.product-card-price{
    color: #ffffff;
}
.product-card-footer {
    color: #ffffff; 
}
.navbar-brand {
    display: inline-block;
    width: 150px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url('https://i.postimg.cc/BZkgBBhB/logo1235.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-brand:hover {
    transform: scale(1.25);
    transition: transform 0.3s;
}
.modal{
    background-color: #333; 
}
.modal-primary-button{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #111;
    transition: transform 0.3s ease;
}
.modal-close-button-text{
    color: #fff;
}