<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.brand-logo {
  width: 100%;
}

p {
  text-align: justify;
}

.splide__slide img {
  width: 100%;
}

/* Change the color of sliders */
input[type=range]::-webkit-slider-thumb {
  background-color: #2196f3 !important;
}

input[type=range]::-moz-range-thumb {
  background-color: #2196f3 !important;
}

input[type=range]::-ms-thumb {
  background-color: #2196f3 !important;
}

input[type=range] + .thumb {
  background-color: #2196f3 !important;
}</pre></body></html>