#title {
  background:repeating-linear-gradient(to right, white 1px, navy 15px);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 60px;
  color: transparent;
  font-family: "cursive", sans-serif;
}

#content {
  position: relative; /*This lets us position the div relative to the parent div, which we do with the 'top' property below*/
	top: 150px;
}

.main {
  padding: 15px;
  background-color:  #F2BFCB;
  margin: 5vh 10vw;
 	color: black;
  height: 280px;
  overflow: auto;
  font-family: "Arial", sans-serif;
}

.image {
  float: left;
  margin: 5px;
  padding: 20px;
  max-width: 150px;
  min-width: 150px;
  max-height: 250px;
  min-height: 200px;
}

.text {
  font-size: 20px;
}

body {
  background-image: url("\https://projects.codecraftworks.com/web/uAbjeVrs0407d6Sn0ied/assets/Bookshelf.jpg"); 
  background-size: cover;
}

.link{
  color: blue;
  font-weight: bold;
}

#footer {
  font-weight: bold;
  padding: 5px;
  font-family: "Arial", sans-serif;
  font-size: 110%;
  background-color: #F2BFCB;
  width: 100%;
}

h1, h2, h3 {
 color: #1B2C69; 
}