<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}  

.navbar-toggler {
  border: 0px solid transparent;
}


.img-indivcenter{ 
    background-size: cover; 
    background-position:center;
}


.bg-green{ 
  background-color: #efe;
}


.bg-pink{ 
  background-color: #fee;
}


.bg-centered {
    /* background-image: url('path/to/your/image.jpg'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
</pre></body></html>