#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;
  }
}

h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.4rem;
  text-align: center;
  color: color-mix(in srgb, #1c0301, white 60%);
}

pre {
  text-align: left;
  padding: 1rem 2rem;
  background: color-mix(in srgb, #1c0301, white 90%);
  border-radius: 0.55rem;
  color: #2365c0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

code {
  font-size: 0.9561752988rem;
}

ul {
  list-style: none;
}

li {
  font-size: 1.0666666667rem;
}

.intro-para {
  text-align: center;
  margin-top: 2rem;
}

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;
}

h6 {
  letter-spacing: 2px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.footer {
  text-align: center;
}
.footer p {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 700px) {
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  .links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 900px) {
  h3 {
    font-size: 1.7rem;
  }
  h4 {
    font-size: 1.7rem;
  }
}
.scss-extras {
  text-align: center;
  overflow: hidden;
}
.scss-extras .background {
  background: #3f913a;
  width: 300px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.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: 700px) {
  .scss-extras .media-points p {
    color: blue;
  }
}
@media only screen and (min-width: 900px) {
  .scss-extras .media-points p {
    color: rebeccapurple;
  }
}
.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;
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.scss-extras .hide-visually:hover span {
  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;
}
.scss-extras .inline {
  display: inline !important;
}
