
body {
  background-image: url("https://projects.codecraftworks.com/web/kpoa8C3bGNL33DlvVWPu/assets/pexels-pixabay-52502.jpg");
  background-size: cover;
  background-repeat: repeat;
}
 
#title { font-family: "EB Garamond", serif;
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 1;
  width: 100%;
  padding: 15px;
  background-color: rgba(255, 170, 170, 0.9);
  text-align: center;
  color: Blue;
  border: 2px solid black;  
}

#content {
  position: relative;
  top: 150px;
}

.main {
  padding: 15px;
  background-color: green;
  margin: 5vh 10vw;
  height: 350px;
  overflow: auto;
  font-family: "EB Garamond", serif;
}

.image {
  float: left;
  margin: 5px;
  padding: 20px;
  max-width: 250px;
  min-width: 250px;
  max-height: 300px;
  min-height: 200px;
}

.link{
  color: #1B2C69;
  font-weight: bold;
}
.text {
  font-family: "EB Garamond", serif;
  font-size: 25px;
  color: orange;
}

.list {
  display: flex;
  flex-direction: column;
  align-items: center;   
}
  
 .list ul, .list ol {
  list-style-type: none;
  list-style-position: outside; 
  padding-left: 1.5em;
  margin: 0 auto; 
  text-align: left; 
} 
  h3 {
  font-size: 1.5em;
  color: orange;
}
ul li, ol li {
  font-size: 1.3em;
  color: purple;
 font-family: "EB Garamond", serif;
}

#footer {
  font-weight: bold;
  padding: 10px;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  background-color: #F2BFCB;
  width: 100%;
  height: 7vh;
} 

 font-family: "EB Garamond", serif;

