@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap");
* {
  font-family: "Source Code Pro", monospace;
}

body {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 3em;
}

i.wi {
  font-size: 5em;
  line-height: 3em;
}

h2 {
  font-size: 2em;
}

.tooltip {
  display: none;
}

#search {
  width: 281px;
  height: 43px;
  text-align: center;
  border-radius: 37px;
}/*# sourceMappingURL=style.css.map */