body{
 background-color:  #d4c6a1;
}

a{
    text-decoration: none;
    color: inherit !important;
}

a:hover{
    font-weight: bolder;
}

button a:hover {
  font-weight: normal !important;
}

nav, header,
.wp-block-site-title,
.hidden{
	display:none !important;
}

.wp-block-post-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

html body button {
    border-radius: 13px;
    margin: 3px;
    max-width: 85%;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #d1cabb !important;
}

html body button:hover {
    background-color: #5e4b22 !important;
    color:  #e6dfd1;
    cursor: pointer;
}