@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Gloria+Hallelujah&family=Oooh+Baby&display=swap');

    ::-webkit-scrollbar {
        height: 0px;
        width: 4px;
    }

    ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-button {
        background: #666c5f;
    }
    
    ::-webkit-scrollbar-track {
        background-image: url("https://images4.imagebam.com/c5/d0/b7/MEQY14L_o.png");
    }
    
  .cedarville-cursive-regular {
  font-family: "Cedarville Cursive", serif;
  font-weight: 400;
  font-style: normal;
}
  

body, html {
	padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 1.5rem;
	color: #0b0b08;
}

p {
  text-indent: 50px;
}

body {
	font-family: 'Cedarville Cursive', serif;
	background-image: url('images/openletter.png');
}

img {
	border-radius: 4px;
	max-width: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

h1::after {
	content: " ";
	width: 36px;
	background: #D68189;
	height: 3px;
	display: block;
	margin-top: 24px;
}

h3::after {
	content: " ";
	width: 36px;
	background: #D68189;
	height: 3px;
	display: block;
	margin-top: 14px;
}

h3 {
  font-style: italic;
}

.page {
	padding: 24px;
	overflow-x: scroll;
	margin-top: 240px;
}

.page h1:first-child {
	margin-top: 0;
}

a {
	color: #D68189;
	text-decoration: none;
}

.header-body {
	text-align: center;
	padding-top: 60px;
	background-image: none;
	position: relative;
}

.avatar {
	width: 160px;
}

.title {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	margin: 12px 0;
	letter-spacing: 0.5px;
}

.menu a {
	display: inline-block;
	padding: 6px;
}

.wrapper {
	width: 600px;
	margin: auto;
	margin-top: 60px;
	box-shadow: 0 0 20px #3d382c1c;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 120px;
	padding-bottom: 120px;
	padding-left: 20px;
}

.main {
  padding: 30px 30px 30px 30px;
  overflow:hidden;
  
}

/* You can remove the CSS below if you don't care about tables (example on the about page) */

table {
	border: 0px solid #9f9689;
	border-spacing: 30px;
	overflow-x: scroll;
}

.booklist {
        overflow-x: scroll;
        line-height: 10px;
        margin-left: 10px;
    }

.signed {
    box-shadow: 0 0 40px #D68189;
        }    

.first-letter {
  font-size:36px;
  }        