html {
  height: 100%;
}

body {
  display: flex;
  font-family: "Lucida Console", "Courier New", monospace;
  margin: 0;
  background-repeat: no-repeat;
  background-color: #333;
  justify-content: center;
  background-image: linear-gradient(transparent, transparent, black 1600px), url(/img/gold_veins_2021_bg.jpg);
}


item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

img {
    text-align: justify;
    margin-right: auto;
    background-color: inherit;
}

.logo {
    max-height: 64px;
    max-width: 100%;
    float: left;
    padding-top: 2px;
    padding-right: 16px;
}

donate {
    background-color: white;
}

#donate-button {
    margin-left: auto;
    margin-right: 0;
    
    max-width: 100px;
    padding-top: 16px;
    
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.8));
}


p {
    min-width: 10px;
    max-width: 512px;
    color: white;
    padding: 1.5em 1.75em;
    background-color: darkgrey;
    box-shadow: 0 5px 0 black;
    text-align: justify;
    text-justify: inter-word;
}

span {
    font-size:small;
    color: #aaa;
}

a {
  font-weight: bold;
  background-color: grey;
  box-shadow: 0 5px 0 black;
  color: white;
  padding: 1em 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
}

a:hover {
  background-color: #B38553;
}

a:active {
  background-color: #F5C571;
  color: black;
  box-shadow: none;
  top: 5px;
}


