* {box-sizing: border-box;}

::selection {background-color: #6b8c42;
color:#ffffb5}

body {font-family:Verdana, Helvetica, sans-serif;
font-size:11pt;
background-color: #ffffb5;
color:#5a3921 ;}

.boxxx {margin:auto;
width:90%;
text-align:center;
}

h1 {text-shadow: #7bc67b 2px 2px}
#random-book {margin:50px;
color: #6b8c42 ;
font-weight: bold;}

button {font:inherit;
background:#6b8c42;
padding:10px;
border:#7bc67b 3px outset
;font-weight:bold;}



button:active {border: inset 3px #7bc67b}