@import url("https://fonts.googleapis.com/css?family=Lekton");
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
body {
  font-family: 'Lekton', sans-serif;
}

.remark-slide-content {
  background-color: #f3f3f3;
  color: #222;
  background-image: url(../images/logo_dark.png);
  background-size: 100px;
  background-position: 97% 95%;
  background-repeat: no-repeat;
}

.remark-slide-content strong {
  color: #f92672;
}

.remark-slide-content .remark-slide-number {
  bottom: 0px;
  right: 3%;
}

.remark-slide-content ul {
  list-style-type: none;
}

.remark-slide-content ul li {
  text-indent: -5px;
}

.remark-slide-content ul li:before {
  content: "- ";
  text-indent: -5px;
}

.remark-slide-content h1,
.remark-slide-content h2,
.remark-slide-content h3,
.remark-slide-content h4 {
  font-weight: 300;
  margin-top: 10px;
}

.remark-slide-content h1 {
  font-size: 2.8rem;
}

.remark-slide-content h2 {
  font-size: 2.2rem;
}

.remark-slide-content h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.remark-slide-content h4 {
  font-size: 1.2rem;
}

.remark-slide-content .top-right {
  font-size: 1.4rem;
  float: right;
}

.remark-slide-content blockquote {
  border-left: .25em solid #dfe2e5;
  padding: 0 1em;
  text-align: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.remark-slide-content .footnote {
  position: absolute;
  bottom: 3em;
}

.remark-slide-content .red {
  color: #f92672;
}

.remark-slide-content .html.remark-inline-code {
  color: #f96926;
}

.dark {
  background-color: #222;
  color: #f3f3f3;
  background-image: url(../images/logo_light.png);
  background-size: 100px;
  background-position: 97% 95%;
  background-repeat: no-repeat;
}

h1,
h2 {
  line-height: 0.6em;
}

.bootstrap {
  font-family: Verdana,sans-serif;
}

.bootstrap a {
  color: initial;
  text-decoration: initial;
  font-weight: initial;
}

.bootstrap ul {
  list-style-type: none;
  color: initial;
}

.bootstrap ul li {
  text-indent: initial;
}

.bootstrap ul li:before {
  content: initial;
  text-indent: initial;
}

a {
  color: #26bdf9;
  text-decoration: none;
  font-weight: bold;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 5px;
  border: 1px solid red;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=main.css.map */