html, body {
  background: #682651;
  background: linear-gradient(0deg, rgba(104, 38, 81, 1) 0%, rgba(193, 61, 65, 1) 50%, rgba(231, 150, 65, 1) 100%);
  color: white;
  font-family: "Instrument Serif", serif;
  font-size: 20px;
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.centered {
  position: absolute;
  top:  50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0;
}
.centered img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  filter: drop-shadow(4px 4px black);
}
.centered .txt {
  filter: drop-shadow(1px 1px black);
}
a {
  text-decoration: none;
  color: #ef8a85;
}
a:hover {
  color: #68BDE7;
}