pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 6px;
}

.hljs {
  background: #eee;
  color: black;
}

.hljs-link,
.hljs-emphasis,
.hljs-attribute,
.hljs-addition {
  color: #070;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong,
.hljs-string,
.hljs-deletion {
  color: #d14;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-quote,
.hljs-comment {
  color: #998;
}

.hljs-section,
.hljs-title {
  color: #900;
}

.hljs-class .hljs-title,
.hljs-title.class_,
.hljs-type {
  color: #458;
}

.hljs-variable,
.hljs-template-variable {
  color: #336699;
}

.hljs-bullet {
  color: #997700;
}

.hljs-meta {
  color: #3344bb;
}

.hljs-code,
.hljs-number,
.hljs-literal,
.hljs-keyword,
.hljs-selector-tag {
  color: #099;
}

.hljs-regexp {
  background-color: #fff0ff;
  color: #880088;
}

.hljs-symbol {
  color: #990073;
}

.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #007700;
}

#topBtn {
  font-family: "antonio", sans-serif;
  text-align: center;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  position: fixed;
  bottom: 50px;
  right: 0;
  background: #1c0301;
  display: none;
  padding: 0.7rem;
  font-size: 0.9561752988rem;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.7;
}
@media (hover: hover) {
  #topBtn:active, #topBtn:focus, #topBtn:hover {
    opacity: 1;
  }
}

pre {
  text-align: left;
  border-radius: 6px;
}

code {
  font-size: 1.0666666667rem;
}

hr {
  margin: 2rem 1rem;
}

.links-title {
  font-size: 1.6rem;
  text-align: center;
}

.links {
  margin: 1rem 0 2rem 0;
  text-align: center;
}
.links a {
  display: block;
  font-size: 1.0666666667rem;
}

@media only screen and (min-width: 700px) {
  .links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .links div {
    width: 30%;
  }
}
.scss-extras {
  text-align: center;
  overflow: hidden;
}
.scss-extras .center-element {
  margin-left: auto;
  margin-right: auto;
  background: #e03d44;
  width: 80%;
  height: 60px;
}
.scss-extras .hidden-box {
  width: 300px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  font-size: 0.9rem;
  color: orange;
  border: 1px solid blue;
}
.scss-extras .hidden-box:hover span {
  display: none !important;
  visibility: hidden;
}
.scss-extras .media-points p {
  color: red;
}
@media only screen and (min-width: 600px) {
  .scss-extras .media-points p {
    color: blue;
  }
}
@media only screen and (min-width: 700px) {
  .scss-extras .media-points p {
    color: rgb(153, 71, 236);
  }
}
@media only screen and (min-width: 934px) {
  .scss-extras .media-points p {
    color: rgb(34, 224, 126);
  }
}
@media only screen and (min-width: 93rem) {
  .scss-extras .media-points p {
    color: rgb(235, 220, 85);
  }
}
.scss-extras .show-border {
  width: 300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 3px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.scss-extras .show-border-two {
  width: 300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border-style: dashed;
  border-width: 2px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.scss-extras .hide-text {
  width: 220px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  border: 1px solid blue;
}
.scss-extras .hide-text:hover {
  overflow: hidden;
  text-indent: 104%;
  white-space: nowrap;
  background: url(../test-images/taj-mahal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.scss-extras .hide-visually {
  width: 220px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  padding: 7px;
  border: 1px solid blue;
}
.scss-extras .hide-visually span {
  font-size: 1.3rem;
  color: #a60b55;
  border: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.scss-extras .hide-visually:hover span {
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.scss-extras .ellipsis {
  width: 300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  padding: 10px;
  border: 1px solid blue;
}
.scss-extras .ellipsis:hover span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.scss-extras .size {
  width: 300px;
  height: 1.8em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid blue;
}
.scss-extras .triangle {
  width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #b25c9c;
  position: relative;
}
.scss-extras .triangle::before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #b25c9c;
  border-width: 0 1rem 1rem;
  position: absolute;
  content: "";
  top: -1rem;
  left: 6rem;
}
