<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=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,600&amp;display=swap');


*{
    font-family: 'Poppins', sans-serif;
    transition: .2s linear;
}

#container {
    max-width: 960px;
    margin: auto;
}

p, .numbered-list, .inline-link{
    font-size: 17px;
    margin-bottom: 2em;

}

h1{
    font-size: 45px;
}

h2{
    font-size: 30px;
}

#description{
    font-size: 30px;
    font-weight: 400;
}

img{
    height: 100%;
    width: 100%;
}

.caption {
    font-style: italic;
    font-weight: lighter;
    text-align: center;
}

.drop-text{
    margin-top: 2em;
}

.no-newline{
    display: inline;
}

.code-sample {
    position: relative;
    border-radius: 5px;
    padding: 10px;
  }
  
  pre {
    overflow: auto;
  }
</pre></body></html>