@font-face {
  font-family: 'zunzun-icons';
  src: url('/g/res/icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
::selection {
  background-color: #222;
  color: #FFF;
}
body {
  background-color: #FFF;
  color: #222;
  margin: 0;
  font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
}
body a,
body a:visited {
  color: #222;
}
body header {
  background-color: #222;
  color: #FFF;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0 10px #222;
}
body header .headbubble {
  width: 100px;
  height: 100px;
  background-color: #222;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  cursor: pointer;
  font-family: "zunzun-icons";
  font-size: 46px;
  margin: 0;
  text-decoration: none;
  box-shadow: 0 0 10px #222;
}
body header .headbubble:active,
body header .headbubble:link,
body header .headbubble:visited {
  color: #FFF;
}
body header .headbubble:hover {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background-color: #FFF;
  box-shadow: 0 0 10px #FFF;
  color: #222;
}
body header .headbubble:first-child img {
  margin-top: 18px;
}
body header .headbubble.search input {
  width: 0px;
  padding: 0;
  margin: 0;
  border: none;
  transition: 1s;
  background-color: transparent;
  color: #222;
  font-size: 18px;
  height: 60px;
  outline: none;
}
body header .headbubble.search input[type=submit] {
  font-family: "zunzun-icons";
  font-size: 46px;
  width: 60px;
  color: #FFF;
}
body header .headbubble.search:hover,
body header .headbubble.search.focused {
  width: 400px;
  height: 140px;
  border-radius: 100px;
  background-color: #FFF;
  box-shadow: 0 0 10px #FFF;
  color: #222;
}
body header .headbubble.search:hover input[type=text],
body header .headbubble.search.focused input[type=text] {
  width: 300px;
  padding: 0 10px;
}
body header .headbubble.search:hover input[type=submit],
body header .headbubble.search.focused input[type=submit] {
  color: #222;
  cursor: pointer;
}
body div.content_block {
  width: calc(100% - 120px);
  background-color: #FFF;
  border: 1px solid #222;
  box-shadow: 0 0 10px #222;
  margin: auto;
  color: #222;
  padding: 50px 20px;
  border-radius: 5px;
  margin-top: 80px;
}
footer {
  margin-top: 80px;
}
footer p {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  body header {
    height: 40px;
  }
  body header .headbubble {
    width: 80px;
    height: 80px;
    font-size: 38px;
  }
  body header .headbubble:hover {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #111;
    box-shadow: 0 0 10px #111;
    color: #FFF;
  }
  body header .headbubble.search {
    position: fixed;
    z-index: 10;
    width: 40px;
    height: 40px;
    bottom: 5px;
    left: 5px;
    background-color: transparent;
    border: 1px #7f7f7f solid;
    box-shadow: 0 0 3px #7f7f7f;
  }
  body header .headbubble.search input[type=submit] {
    font-size: 26px;
    color: #7f7f7f;
  }
  body header .headbubble.search.focused,
  body header .headbubble.search:hover {
    width: calc(100vw - 12px);
    height: 40px;
  }
  body header .headbubble.search.focused input[type=text],
  body header .headbubble.search:hover input[type=text] {
    width: calc(100vw - 80px);
  }
  body div.content_block {
    width: calc(100% - 10px);
    border-left: none;
    border-right: none;
    box-shadow: 0 0 10px #fff;
    color: #000;
    padding: 20px 5px;
    border-radius: 0px;
    overflow-x: hidden;
  }
}
body {
  text-align: center;
}
body img.logo-inv {
  margin-top: 160px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(30%) saturate(22%) hue-rotate(79deg) brightness(90%) contrast(90%);
}
body div.package_centered_box h1 {
  margin: 10px;
  color: #222;
  font-size: 64px;
  font-weight: 900;
}
body div.package_centered_box p.description {
  font-size: 18px;
  max-width: 1240px;
  margin: 30px auto;
}
body div.package_centered_box p.install_command {
  width: fit-content;
  border: 1px solid #222;
  background-color: #FFF;
  color: #222;
  border-radius: 18px;
  margin: auto;
  padding: 20px 160px;
}
body div.popular-twigs {
  margin-top: calc(50vh - 140px);
}
body div.popular-twigs h2 {
  font-size: 28px;
  font-weight: 900;
}
body div.popular-twigs a {
  display: block;
  padding: 10px 20px;
}
body div.popular-twigs a:nth-child(2n) {
  background-color: #F9F9F9;
}
@media only screen and (max-width: 1140px) {
  body div.package_centered_box h1 {
    font-size: 42px;
  }
  body div.package_centered_box p {
    padding: 5px;
    width: calc(100vw - 20px);
  }
  body div.package_centered_box p.install_command {
    padding: 10px 20px;
  }
}
