<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">td {
    vertical-align: middle !important;
    text-align: center !important;
}

body:after {
content: url(logo.svg);
position: fixed;
bottom: 0.5em;
right: 1.5em;
float:right;
}

p {
    text-align: left;
    font-size: 0.9em !important;
  }

.huge {
    font-size: 3em !important;
}

.large {
    font-size: 1.5em !important;
}

.normal {
    font-size: 0.9em !important;
}

.mini {
    font-size: 0.75em !important;
    line-height: 1.1em !important;
    display: block;
}

.small {
    font-size: 0.6em !important;
    line-height: 1.1em !important;
    display: block;
}


table {
    font-size: 0.6em !important;
    line-height: 0.8em !important;
}


figcaption{
    font-size: 0.6em !important;
}

img, video{
    margin: 5px 5px 5px 5px !important;
    border: none !important;
    border-color: none !important;
    border-radius: 8px 8px 8px 8px !important;
    background: white !important;
    padding: 0px !important;
}

.no-bg{
    background: None !important;
    
}

.nude{
    all:none !important;
    box-shadow:none !important;
    background: none !important;
    border:none !important;
    border-radius: :none !important;
}


.orange{
    text-color: orange !important;
}


.transparent {
    background: rgba(150, 150, 150, 0.7);
    border-radius: 10px 10px 10px 10px;
    border:none;
}

.opaque {
    background: rgba(50, 50, 50, 0.9);
    border-radius: 10px 10px 10px 10px;
    border:none;
}


.centering {
    text-align: center
}

.left {
    text-align: left!important;
}


.img-container {
  position: relative;
  text-align: center;
  color: white;
}


.row {
    display: flex; 
}

.column {
    flex: 50%;
}

.columnl {
    flex: 50%;
    padding: 0px 5px 0px 0px!important;
}

.columnr {
    flex: 50%;
    padding: 0px 0px 0px 5px!important;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blockk {
    text-align:center;
    width:100%;
    background: rgba(50, 50, 50, 0.9);
    border-radius: 10px 10px 10px 10px;
    border:none;
    padding: 15px!important;
}


.blockkk {
    text-align:center;
    width:100%;
    background: rgba(50, 50, 50, 0.9);
    border-radius: 50px 50px 50px 50px;
    border:none;
    padding: 15px!important;
}


.lblockk {
    text-align:left;
    width:100%;
    background: rgba(50, 50, 50, 0.9);
    border-radius: 10px 10px 10px 10px;
    border:none;
}


figure {
    display: inline-block !important;
}



ul {
    padding: 0!important;
    text-align: left;
    font-size: 0.8em !important;
    margin-top: -0.9em!important;
}


strong{
    color: orange;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 50px;
    margin-right: 50px;
    border-style: inset;
    border-width: 1px;
    color: white; 
}



.reveal ul {
    display: block;
    list-style: none; /* Remove list bullets */
    padding: 0px;
    margin: 0px;
    text-align: left;
}

li {
    padding-left: 0px;
    text-align: left;
}

li:before {
    content: "â¤‘"; /* Insert content that looks like bullets */
    padding-right: 10px;
    text-align: left;
}


pre{
    width:100% !important;
    box-shadow: none!important;
    background: none!important;
    padding: 0!important;
    margin: 0!important;
    border: none!important;
    display: block!important;
}



.ccode{
    border-radius:0px!important;
    padding: 0px 0px 0px 10px!important;
    background:rgba(1,1,1,0.1);
    display:block;
}



code{
    color:darkgray;
    font-size: 0.9em !important;
    border:none!important;
    background:none!important;
    box-shadow: none!important;
    padding:0px!important;
    margin:0px!important;
    white-space: pre-wrap!important;
    display:inline!important;
}


#left {
  left:-8.33%;
  text-align: left;
  float: left;
  width:50%;
  z-index:-10;
}

#right {
  left:31.25%;
  top: 75px;
  float: right;
  text-align: left;
  z-index:-10;
  width:50%;
}

#normal {
  width:100% !important;
}




blockquote {
  width:100% !important;;
  padding: 0.5em 10px!important;
  quotes: "\201C""\201D""\2018""\2019"!important;
  text-align: left !important;
  border-radius: 10px 10px 10px 10px!important;
  
}

blockquote:before {
  color: #ccc!important;
  content: open-quote!important;
  font-size: 4em!important;
  line-height: 0.1em!important;
  margin-right: 0.25em!important;
  vertical-align: -0.4em!important;
}

blockquote:after {
  content: no-close-quote!important;
}

blockquote p {
  display: inline!important;
}



.reveal .slides section .fragment.hshrink {
  opacity: 1;
  visibility: inherit; }
  .reveal .slides section .fragment.hshrink.visible {
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }

.full-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid green; 
}

  
</pre></body></html>