#motive {
  background-position: bottom center;  
}

#logo a {
  display: block;
  position: relative;  
}

#logo a:after {
  display: inline-flex;
  content: "Historický spolek městečka Kvasice";
  position: absolute;
  top: 0;
  left: 85px;
  line-height: 16px;
  font-size: 14px;
  width: 150px;
  height: 100%;
  color: black;
  align-items: center;
  vertical-align: center;
}

h1,
h2,
#motto-title {
  color: #523431;
  font-weight: bold;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}

#motto #motto-title {
  font-size: 2.7em;
  font-weight: 900;
  text-shadow: 0px 0px 8px rgb(255 255 255 / 100%);
}