
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap');




    
    
   

    body {
        text-align: center;
        background-color: #ffc272;
        font-family: sans-serif ;
    
    }



h1 {
    
    color: #568c72;
    font-family: bruno ace, sans-serif;
    letter-spacing: 5px ;
   
   text-decoration: overline #729561; 
    
    
}

h2 {
    color: #A55353;
    
    font-family: 'Nunito', sans-serif;
    font-variant: small-caps;
   text-decoration: overline #729561; 
}

b {
    color: rgb(69, 103, 88);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}

mark {
    color:#393939; background-color: rgb(251, 141, 38);
}


main {
    width: 55%;
    margin: auto;
    line-height: 29px;
}

footer {
    width: 65%;
    margin: auto;
    line-height: 40px;
    font-size: 15pt;
    color: #d4490d;
    text-align: right;
}

p {
    line-height: 17pt;
    color: #393939;
}

header { 
    width: 65%;
    margin: auto;
    line-height: 40px;
    font-size: 15pt;
    color: #393939;
}

img {
    height: 350px;
}
a {
    color: #d4490d;
}

ul {
    color:rgb(14, 76, 56);
}

