/* CSS Document */


h1 {
  text-align: center;
  color: rgb(138, 119, 47);
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}



   /* ============= Lists ========== */
  ul {
    margin-left: 1.2rem;
    color: var(--muted);
  }
 
	/* ========== footer  ==========*/

.footer a:link {
	color: #FFFFFF;
}
.footer a:visited {
	color: #FFFFFF;
}
.footer a:hover {
	color: #FF0000;
}
.footer a:active {
	color: #FFFFFF;
}






 
 
