body {
background-color: rgb(144,56,78);
color:white;
font-family: Arial;
}

#title{
color: black;
font-size: 28px;
border: solid black 3px;
padding: 25px;
background-image: url(images/book.jpg);
background-repeat: no-repeat, repeat;
background-size: cover;
}


#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
background-color: black;
}

#menu li{
   float: left;
}

#menu li a {
  display: block;
  color: yellow;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

footer{
width: 100%;
/*position: fixed;*/
/*bottom: 0;*/
left:0;
background-color: black;
padding: 3px;
}

ul.share-buttons{
  list-style: none;
  padding: 0px;
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}