<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image {
  display: block;
  width: 90%;
  margin: 0 auto;
  border: solid 2px black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: grayscale(99%);
}

#app{
  padding: 5%;
}

.slick-body{
  margin-bottom: 10px;
  width: 90%;
  padding: 2%;
  min-width: 300px;
  margin: 0 auto;
  background: d5d4c7;
  color: #7b7777;
  padding: 5%;
}

.slick-body .article-wrap{
  height: 100%;
}

.article-img{
  height: 100%;
  z-index: 0;
}


.article-title{
  margin-bottom: 150px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 1.9em;
  z-index: 1;
  flex: 1;
}

hr{
  margin-top: -130px;
  margin-bottom: 30px;
}

.article-text{
  padding: 0 5%;
  font-family: "Noto Serif", serif;
  margin-top: 18px;
  text-align: justify;
  font-size: 0.8em;
}

.article-img img{
  display: block;
  width: 95%;
  margin: 0 auto;
  border: solid 2px black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(99%);
}

.read-more-link a, .read-more-link a:hover, .read-more-link a:visited, .read-more-link a:active {
  text-decoration: none;
  color: black;
  float: right;
  margin-top: 5%;
  margin-right: 3%;
  font-size: 18px;
}

.read-more-link a:after{
  content: '\f105';
  font-family: FontAwesome;
  font-size: 11px;
  margin-left: 10px;
}

.slick-next::before{
  content: '\f105';
  font-family: FontAwesome;
  font-size: 40px;
  
}

.slick-prev::before{
  content: '\f104';
  font-family: FontAwesome;
  font-size: 40px;
  
}

@media (max-width: 850px) {
  .paper {
    width: 100vw;
    margin: none;
  }

.title {
  text-align: center;
  font-size: 2.5em;
  text-align: center;
  font-family: "Gravitas One", cursive;
  margin-bottom: 10px;
  line-height: 2;
  text-shadow: 4px 3px 0px #cccdbf, 9px 8px 0px rgba(0, 0, 0, 0.15);
}

.article-title{
  margin-bottom: 150px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 1.6em;
  z-index: 1;
  flex: 1;
}

hr{
  margin-top: -130px;
  margin-bottom: 30px;
}

.article-text{
  padding: 0 5%;
  font-family: "Noto Serif", serif;
  margin-top: 0px;
  text-align: left;
  font-size: 0.7em;
}

@media (max-width: 600px) {

.title {
  text-align: center;
  font-size: 2.5em;
  text-align: center;
  font-family: "Gravitas One", cursive;
  margin-bottom: 10px;
  line-height: 2;
  text-shadow: 4px 3px 0px #cccdbf, 9px 8px 0px rgba(0, 0, 0, 0.15);
}

.article-title{
  margin-bottom: 150px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 1.5em;
  z-index: 1;
  flex: 1;
}

hr{
  margin-top: -130px;
  margin-bottom: 30px;
}

.article-text{
  padding: 0 2%;
  font-family: "Noto Serif", serif;
  margin-top: 10px;
  text-align: left;
  inline-size: -webkit-fill-available;
  font-size: 0.7em;
}

  .paper {
    width: 100vw;
    margin: none;
  }

  .aboutTitle {
    font-size: 16px;
  }

  .content {
   ;
  }


  {

    border: none;
  }
}




.item {
  margin-bottom: 20px;
}

@media (min-width: 750px) {
  .grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(5, 20%);
    display: grid;
  }

  .small-ad, .bg-block, .community, .footer {
    grid-column: 1 / 6;
  }

  .small-ad {
    grid-row: 1 / 2;
  }

  .article-header, .article-body {
    grid-row: 2 / 3;
  }

  .article-header {
    grid-column: 1 / 3;
  }

  .article-body {
    grid-column: 3 / 6;
    align-self: center;
    padding-left: 20px;
  }

  .bg-block {

    grid-column: 1/11;
  }

  .community {
    grid-row: 5 / 6;
  }

  .footer {
    grid-row: 6 / 7;
  }
}
@media (min-width: 840px) {
  .grid {
    grid-template-columns: repeat(10, 10%);
  }

  .small-ad {
    grid-column: 1/3;
  }

  .article-header {
    grid-row: 1/2;
    grid-column: 3/11;
    align-self: flex-end;
  }

  .article-body {
    grid-row: 2/3;
    grid-column: 8/11;
  }

  .bg-block {

     grid-column: 1/11;

  }

  .community {
    grid-row: 3/4;
    grid-column: 1/11;
    display: flex;
  }

  .community-header {
    text-align: left;
    align-self: center;
  }

  .footer {
    grid-row: 4/5;
    grid-column: 1/11;
  }
}
@media (min-width: 1200px) {
  .small-ad {
    grid-row: 1/2;
    grid-column: 1/4;
  }

  .article-header {
    grid-row: 1/2;
    grid-column: 4/11;
  }

  .article-body {
    grid-row: 2/3;
    grid-column: 9/11;
    align-self: flex-start;
  }

  .bg-block {

    grid-column: 1/11;
  }

  .footer {
    grid-row: 2/4;
    grid-column: 1/3;
  }

  .community {
    grid-row: 3/4;
    grid-column: 3/11;
    padding-left: 20px;
  }
}



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