body {
  background: linear-gradient(to right, #17130A, #231D12);
  font-family: 'Anton', sans-serif;
  font-family: 'Oswald', sans-serif;
}
.logo {
  text-align: center;
  object-fit: scale-down;
  position: relative;
}
.logo img {
  max-width: 100%;
  height: auto;
  z-index: -1;
}

.inlineImg {
  display: inline;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px)  {
  .inlineImg {
    width: 64px;
    height: 64px;
    margin-right: 0.5rem;
  }
}

.inlineTxt {
  display: inline;
  text-align: right;
}

.content {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%
}
.content a {
  -webkit-transition: all .25s cubic-bezier(.08,.59,.29,.99);
  background-color: #d9c28d;
  border-style: solid;
  border-width: 2px;
  color: #17130A;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  outline: 0!important;
  overflow-wrap: break-word;
  padding: 15px 32px;
  text-align: left;
  text-decoration: none;
  transition: all .25s cubic-bezier(.08,.59,.29,.99);
  white-space: normal;
  width: 80%;
  word-break: break-word;
  word-wrap: break-word;
  }
a:hover {
  cursor: pointer;
  cursor: hand;
  background-color: #17130A;
  color: #d9c28d;
}
.content h1 {
  color: transparent;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px)  {
  .content a {
    font-size: 1.5rem;
    width: 50%;
  }
}
