h1 {color:#00eff7;text-align:center;text-decoration:underline;font-family:"IBM Plex Serif";} 
    header {
      position: sticky;
      top: 0; /*  Sticks to the top of the viewport */
      background-color: #f0f0f0; /* Optional background color */
      z-index: 100; /* Ensure it stays on top of other content */
    }
  ol{text-decoration:underline;text-decoration:Italic;font-family:"crimson text";} 
div{text-align:center; background-color:black;font-family:"IBM Plex Serif";color:#00eff7;text-decoration:underline; }
DIV2 { color:#00eff7;text-decoration:underline;text-decoration:Italic}
h2{;color:#00eff7;text-decoration:underline;text-decoration:Italic}
#title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  background-color: #F2BFCB;
  background-image:  url("https://projects.codecraftworks.com/web/gKKhKOtCBrYCAvebb1eB/assets/Jaws-Big-Wave-Surf-Maui-North-Shore-2048-crop-cq8.jpg");
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: right;
  overflow: auto;
	height: 100px;
  padding-top: 20px;
  text-align: center;
  font-family: "IBM Plex Serif", 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: "IBM Plex Serif", 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; }

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}