body {
	display: flex;
	background-image:url("https://i.pinimg.com/1200x/80/b6/0b/80b60bf34dd65744a7ac655fa53cc827.jpg") ;
	background-size: cover;
	justify-content: center;

	}

.main {
	display: flex;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.8);
	background-size: cover;
	justify-content: center;
	align-items: center;
	text-align: center;
	
}

.about {
	display: flex;

}

.about p {
	max-width: 200px;
}

#pfp {
	padding: 10px;
}
#girl {
	padding-top: 10px;

}
.images {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wall {
	display: flex;
	flex-direction: column;

}

.halfpart {
	display: flex;
}

.bow {
	width: 100%;
	margin: 0;
}

.scroll {
	overflow-y: auto;
	background-image: url("https://i.pinimg.com/originals/be/50/0f/be500f9358f29715975a384abe5aa488.gif");
	padding: 100px 40px 40px 40px;
	height: 150px;
	max-width: 100px;
	scrollbar-width: thin;
	scrollbar-color: #f7a8b8 #fff0f5;
}
.intro {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;	
	color: white;
}

.favs {
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	background-image: url("text.jpeg");
	background-size: contain;
	background-repeat: no-repeat; /* prevents tiling */
    background-position: center; /* centers the image */
    width: 100%;   /* make container full width */
    height: 500px; 
}


.favs ul {

	font-size: 35px;
	list-style: none; 
    padding: 20px;
    margin: 0;
    text-align: center;
    font-family: 'Creepster', 'Blackletter', serif; 
    font-size: 30px;
    color: white;
    text-shadow: 2px 2px 5px black;
}


.part2 {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}



.guestbook {
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px dashed hotpink;
  box-shadow: 0 0 10px hotpink, inset 0 0 8px hotpink;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  width: 280px;
  margin: 20px;
}

.guestbook h2 {
  color: #ffb6c1;
  text-shadow: 0 0 8px #ff69b4;
  margin-bottom: 5px;
}

.subtitle {
  color: #ffb6c1;
  font-size: 14px;
  margin-bottom: 10px;
}

input {
  background: black;
  border: 1px solid hotpink;
  color: white;
  padding: 6px;
  width: 90%;
  border-radius: 5px;
  text-align: center;
  outline: none;
  font-family: inherit;
}

button {
  margin-top: 8px;
  background: hotpink;
  border: none;
  color: black;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}


.names {
  margin-top: 15px;
  font-size: 15px;
  color: #ffb6c1;
  text-align: left;
  padding-left: 10px;
  max-height: 180px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: hotpink black;
}

.names div {
  margin: 5px 0;
  border-left: 2px solid hotpink;
  padding-left: 6px;
}