<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&amp;display=swap');

html, body {
  width:100%;
  height:100%;
  background:#111;
  color:#fff;
  font-family: 'Rubik', sans-serif;
}

#carousel {
  position:relative;
  width:100%;
  height:700px;
  background:#000;
  overflow:hidden;
  font-size:0;  
}

#slides {
  position:absolute;
  left:50%;
  width: 100%;
  height:100%;
}

#next, #prev {
  cursor:pointer;
  position:fixed;
  top:325px;
  left:25px;
  width:50px;
  height:50px;
}

#next {
  left:auto;
  right:25px;
}</pre></body></html>