#title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  background-color: #E0ffff
 
 
 
 

  
}

#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:  #E0ffff;
  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://th.bing.com/th/id/R.676d66ca86411a9b375cbb436455a8fc?rik=4BSgq26Gvutw2w&pid=ImgRaw&r=0"); 
  background-size: cover;
}

.link{
  color: #1B2C69;
  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; 
}