

@import url('https://fonts.googleapis.com/css2?family=Secular+One&family=Work+Sans&display=swap');


* {
    font-family: 'Work Sans', sans-serif;
    line-height: 1.5rem;
}

h1 {
    font-family: 'Secular One', sans-serif;
  text-align: center;
    font-size: 40px;
    font-variant: small-caps;
    text-decoration: overline #698269; 
    color: #5a9600;
    

}

h2 {
    font-family: 'Secular One', sans-serif;
    font-size: 35px ;
    font-variant: small-caps;
    color: #5a9600;
    
}

body {
    background-color: #ffd9ce;
}

p {
   line-height: 30px
}



header {
    width: 80%;
    margin: auto;
    font-size: 21px ;
    line-height: 40px
}

main { 
    width: 70%;
    margin: auto;
}

img {
width: 300px;
}

strong {
    color: #7e0202;
}

footer {

    width: 80%;
    margin: auto;
  text-align: right;
  color: #7E0204;
}

dt {
    font-size: 21px ;
    color:#7E0204;
}



