:root {
  --font-family: "Manrope", sans-serif;
}

body {
  margin: 175px;
  overflow: hidden;
  font-family: var(--font-family);
  text-align: center;
}

.img-center {
  display: inline-block;
  margin-bottom: 5px;
}

.relic-desc {
  font-size: 35px;
  cursor: default;
}

.default {
  text-align: center;
  cursor: default;
  user-select: none;
}

.gsc-results-wrapper-overlay,
.gsc-input, .gsc-selected-option,
.gsq_a {
  font-family: var(--font-family);
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 850px) {
  body {
    margin: 50px;
  }

  .img-center {
    margin-bottom: 0px;
  }

  .relic-desc {
    font-size: 25px;
  }
}