@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cascadia+Mono:ital,wght@0,200..700;1,200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');

body {
  font-family: monospace;
  font-size: 13px;
}

h1 {
  margin: 0;
}

.xd {
  white-space: pre-wrap;
  font-size: 5px;
  font-weight: bold;
  text-shadow: 0px 0px 1px #ADD1C5;
}

a {
  color: blue;
}

pre {
  white-space: pre-wrap;
  font-family: "Cascadia Mono", monospace;
}

/* .link {
display: flex;
justify-content: center;
gap: 50px;
} */

.title {
  font-size: 10px;
}

.ig {
  font-size: 35px;
}

.image {
  max-width: 100%;
  width: 300px;
  height: 300px;
  border-radius: 5px;
  border: 3px solid brown;
  padding: 5px;
  background-color: black;
}

.title-image {
  max-width: 100%;
  width: 200px;
}

#gif {
  max-width: 100%;
  width: 300px;
  height: 300px;
}

.name {
  font-size: 25px;
  font-weight: bold;
}

iframe {
  max-width: 100%;
  width: 300px;
}

.title-svg {
  width: 100%;
  max-width: 200px;
  display: inline-block;
}

svg {
  width: 100%;
  height: auto;
}

#btn {
  position: fixed;
  top: 5px;
  right: 20px;
  z-index: 9999;
  display: inline-block;
  padding: 10px 20px;
  background: #222;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  /* background-image: url("https://i.pinimg.com/736x/6a/d7/9b/6ad79b912b52af3ca4da69fd313d24c5.jpg"); */
  background-image: url("../image/XDD.png");
  background-size: cover;
  background-position: 60px -8px;
  width: 20px;
  height: 25px;
}

details {
  cursor: pointer;
}

.modal {
  background-color: black;
  color: white;
  border: 1px solid red;
}

.modal a {
  color: red;
}

pre {
  font-size: 1.2em;
}

#aea {
  color: black;
  text-decoration: none;
}

.tag {
  color: #999999;
}