a:link{color:#7a5e2f;text-decoration:underline}
a:visited{color:#7a5e2f; text-decoration:underline}
a:hover{color:#7a5e2f;text-decoration:none}
hr{color:rgb(2, 62, 71);width:80%}

body{
  font-family: Alegreya;
  color: #184951;
  background-color: #EFECE5;
  margin: 0px;
  padding: 0px;
}

header {
  display: block;
  height: 278px;
  background-color: black;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  background-image: https://leisey.family/wordpress/wp-content/uploads/2026/02/L.png;
}

main{
  margin: 0% 10% 0% 10%;
}

footer {
  height: 300px;
  background-color: black;
  width: 100%;
  bottom:0;
}

nav {
  color: white;
  text-align: center;
  padding-top: 1%;
}

.title {
  letter-spacing: 12.96px;
  text-transform: uppercase;
  font-size: 25.92px;
  font-style: normal;
}

.subtitle {
  font-style: italic;
  font-size: 12.496px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 96px;
}

