#title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  background-color: #B9E1F6;
  overflow: auto;
	height: 100px;
  padding-top: 20px;
  text-align: center;
  
  font-family: "Baskervville", serif;
}
#content {
  position: relative;
  top: 150px;
}

.main {
  padding: 15px;
  background-color:  #B9E1F6;
  margin: 5vh 10vw;
 	color: black;
  height: 280px;
  overflow: auto;
  border-radius: 1em;
  font-family: "Baskervville", 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/ToyWn2KomypUD7ckONIf/assets/image_2025-03-15_004417035.png"); 
  background-size: cover;
}
.link{
  color: #1B2C69;
  font-weight: bold;
}

#footer {
  font-weight: bold;
  padding: 5px;
  font-family: "Baskervville", serif;
  font-size: 110%;
  background-color: #B9E1F6;
  width: 100%;
}
h1, h2, h3 {
 color: #1B2C69; 
}