a {
  text-decoration: none;
}

a:link {
  color: #CCCCCC;
}

/* visited link */

a:visited {
  color: #CCCCCC;
}

/* mouse over link */

a:hover {
  color: #CCCCCC;
}

/* selected link */

a:active {
  color: #CCCCCC;
}

div {
  text-align: center;
}

body {
  font-style: normal;
  font-size: x-large;
  font-family: sans-serif;
  background-color: #6C374D;
}

#background {
  background-image: url("bg.png");
  background-repeat: no-repeat;
  background-size: 800px 1300px;
  border-radius: 10px;
  margin: auto;
  z-index: 0;
  width: 800px;
  height: 1300px;
}

.button {
  opacity: 1;
  margin: auto;
  z-index: 5;
  border-radius: 18px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px lightgrey;
}


.button:active {
 transform: scale(0.9);
}

#text {
  height: 650px;
}

#footer {
  font-size: 0.7em;
  color: #CCCCCC;
  padding: 20px;
}