@font-face {
  font-family: Caveat;
  src: url(fonts/caveat/Caveat-Regular.ttf);
}

@font-face {
  font-family: HomeadeApple;
  src: url(fonts/homeadeapple/HomemadeApple-Regular.ttf);
}
@font-face {
  font-family: PatrickHand;
  src: url(fonts/patrickhand/PatrickHand-Regular.ttf);
}

@font-face {
  src: url(fonts/ibmplexmono/IBMPlexMono-MediumItalic.ttf);
  font-family: IBM;
}

@font-face {
  src: url(fonts/handjet/Handjet-SemiBold.ttf);
  font-family: HandjetSemibold;
}
@font-face {
  src: url(fonts/handjet/Handjet-Regular.ttf);
  font-family: Handjet;
}

@font-face {
  src: url(fonts/handjet/Handjet-Light.ttf);
  font-family: HandjetLight;
}

@font-face {
  src: url(fonts/handjet/Handjet-Bold.ttf);
  font-family: HandjetBold;
}

   ::-webkit-scrollbar {
width: 14px
}

::-webkit-scrollbar-track:vertical {
background: linear-gradient(90deg, #e1cbd7, #ffe7f5 20%);
border-left: 1px solid #c33072;
}

::-webkit-scrollbar-thumb:vertical {
background: linear-gradient(90deg, rgb(122, 27, 79) 0%, rgb(255, 194, 219) 28%, rgb(238, 138, 190) 55%, rgb(252, 202, 239) 87%);
  border-left: 1px solid #c33072;
}

/*horizontal scroll*/

::-webkit-scrollbar:horizontal {
height: 14px
}

::-webkit-scrollbar-track:horizontal {
background: linear-gradient(180deg, #e1cbd7, #ffe7f5 20%);
 border-top: 1px solid #c33072;
}

::-webkit-scrollbar-thumb:horizontal {
background: linear-gradient(180deg,  rgb(122, 27, 79) 0%, rgb(255, 194, 219) 28%, rgb(238, 138, 190) 55%, rgb(252, 202, 239) 87%);
  border-top: 1px solid #c33072;
}


*::selection{
  color:rgb(250, 245, 198);
  background-color: #e26b97;
}


#h1cont {
  display: inline-block;
  background-image: linear-gradient(#ffdced, #ffb4db, #ffdced);
  border-radius: 30px;
  margin-bottom: 5%;

  filter: drop-shadow(5px 5px 5px #e2309eac);
}

h1 {

  margin-bottom: 0;

  font-family: IBM;
  font-size: 10vw;
  letter-spacing: 1.9px;
  color: #fff495;
  text-shadow: 5px 5px  #e26b97, 0px 0px 10px #fffcde;

  margin-top: 0;

  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #c01168;
  text-underline-offset: 4px;

  transition: text-shadow 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;

  border-right: 5px solid;

  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  animation:
    typing 2s steps(15),
    cursor .4s step-end infinite alternate;
}

@keyframes cursor {
    50% { border-color: transparent }
}
@keyframes typing {
    from {  width: 0  }
}

h1:hover {
  color:#ed72b2;
   text-shadow: 5px 5px  #fffcde;
    text-decoration-color: #c01168;
}

#preface {
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
    font-size: 0.9em;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0;
    margin-bottom: 0;

    color: #810041;
    text-shadow: 0px 2px 3px #ffedc9;
}

img {
  display: block;
  margin: 0 auto;
  width: 70%;
  margin-bottom: 5%;
}

h2 {
  display:inline-block;
font-family: IBM;
  font-size: 1.5em;
  letter-spacing: 1.9px;
  color: #800f3e;
  text-shadow: 2px 2px 4px #e26b97;
  background-image: url(bg/paper.jpg);

  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;


  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #e26b97;
  text-underline-offset: 4px;

  transition: text-shadow 0.3s ease-in-out;
}

h2:hover {
  text-shadow: 2px 2px 4px #fff495;
text-decoration-color: #ff9ccc;
}

h3 {
  font-family: HomeadeApple;
  background-image: url(divs/glitterstripe.gif);

  color:#faf5c6;
  text-shadow: 2px 2px 5px #c23670, -2px -2px 5px #4b0425;
  font-weight: lighter;

  line-height: 60%;
  margin-top: 5%;
  font-size: 1.25em;
  margin-left: 0;
  margin-bottom: 0;
}

li {
  font-family: HandjetSemibold;
  font-size: 1.5em;
  padding-left: 10px;
  margin-left:10px;
  margin-bottom: 0;
  line-height: 0.8;
      color: #c23670;
      background-color: #fff4957f;
}

li::marker {
  content: "˚⟡˖   ";
  color: #ffffff;
  text-shadow: 2px 2px 3px #fffad0;
}

a {
    color: #c23670;
    text-decoration: none;
    transition: color 0.2s ease;
    transition: background-color 0.3 ease-in-out;
}

a:visited {
    color: #fffdce;
    text-decoration: underline;
}

a:hover {
    color: #ff9ccc;
    text-decoration: underline;
    background-color: #faf5c6;
}

a:active {
    color: #faf5c6;
    background-color: #4b0425;
}

p {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    color: #7a0033;
    margin: 0 auto;
}

#honasticker img{
  display: inline-block;
  width: 100px;
}