html {
  min-height: 100%;
  position: relative;
  color: white;
}

body {
  font: 14px/1.3 'Segoe UI',Arial, sans-serif;
  margin: 0px;
  height:100%;
  background: url('moss.jpg') no-repeat;
  background-position-y: top;
  background-position-x: center;
  background-size: cover;
  font-family: 'Grandstander';
}

h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align:center;
  color: pink;
  font-family: 'Grand Hotel';
  font-size: 52px;
  font-weight: normal;
}


A {
  color: white;
  font-size: 22px;
}
#wrapper {
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  min-width: 250px;
  padding: 1em;
  background-color: #ffffff26;
  border-radius: 18px;
}

.button {
    border: none;
    text-align: center;
    margin: 0.5em;
    background-color: green;
    opacity: 0.9;
    border-radius: 18px;
}

.button A {
    padding: 1em;
    display: block;
}

.description {
    text-align: center;

}

