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

  background-repeat: no-repeat;
  background-size: 180px;
  background-position: right;
  overflow: auto;
	height: 100px;
  padding-top: 20px;
  text-align: center;
  font-family: "Arial", 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:  #03fcfc;
  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/xV7h5IMAjxd6KIyVSQxo/assets/zaini-izzuddin-55btQzyDiO8-unsplash.jpg"); 
  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; 
}