.container {
  margin: 0 auto;
  max-width: 1100px;
}

.gold-text-backtotop {
  line-height: 20px;
  letter-spacing: 0.8px;
	background-clip: text;
  background: -webkit-linear-gradient(0deg,#eddb82,#daae59 13%,#edde99 25%,#e4cb7b 33%,#dfc16a 38%,#fef8b8 50%,#f0d573 63%,#efd371 75%,#ebce82 88%,#d7b34b) no-repeat;
  font-family: var(--font-roboto_serif);
  font-variant: all-small-caps;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 21px;
  margin:0px;
  margin-bottom: 4px;
}
.back-to-top-img,
.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.back-to-top {
	margin-top: 25px;
	margin-bottom: 30px;
  }

.back-to-top-img img {
  height: 53px;
  text-align: center;
}

.back-to-top a {
  text-decoration: none;
  cursor: pointer;
}

section.back-to-top {
  margin-bottom: 54px;
}
