body {
  background: #d9cdbfff;
}

li {
  color: #1c1516;
  font-family:monospace
}

h1 {
  font-weight: bolder;
  font-family:cursive;
  color: #510a07;
  font-size: 50px;
  text-align: center;
     
}
h3 {
  font-weight: bold;
  font-family:monospace;
  color: #564623;
  font-size: 35px;
  text-decoration: underline
}

p {
  color: #1c1516;
  font-family:monospace;
  font-size: 20px;
}





/* CSS */
.button{
  appearance: none;
  background-color: transparent;
  box-sizing: border-box;
  color: #564623;
  cursor: pointer;
  display: inline-block;
  font-family: monospace;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 23px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  border-radius: 12px;
  -webkit-user-select: none;

}

.button:disabled {
  pointer-events: none;
}

.button:hover {
  color: #d9cdbfff;
  background-color: #7a6b66;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}
