@import "src/styles.scss";

.content {
  @include content;
}

#searchbutton {
  @include commom-query-style;
}

.text-card {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    // margin: 1rem 0rem 0.8rem 0rem;
    background: #fff;
    box-shadow: 0 0.3rem 0.6rem -0.4rem rgba(0, 0, 0, 0.45);
}

.code-pre {
  overflow: auto;
  height: 52rem;
}

.code-pre::-webkit-scrollbar {
  width: 0.8rem;
}

.code-pre::-webkit-scrollbar-track {
  background-color: rgb(214, 212, 212);
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.code-pre::-webkit-scrollbar-thumb {
  background-color: #beb9b9;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

