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


body {
    background-color: #F1DBBF;
    font-family: 'Roboto', sans-serif;
}


header {
    width: 70%;
    margin: auto;
    line-height: 30px;
    font-size: large;
}


main {
    width: 55%;
    margin: auto;
    font-size: 15px;
    line-height: 25px;
}


footer {
    color: #B99B6C;
    text-align: right;
    width: 80%;
    margin: auto
}


h1 {
    font-variant: small-caps;
    color: #698269;
    text-decoration: overline #698269 2px;
    letter-spacing: 3px;
    font-size: 45px;
    font-family: 'Indie Flower', cursive;
}


h2 {
    font-variant: small-caps;
    color: #AA5656;
    text-decoration: overline #698269 2px;
    font-size: 40px;
    font-family: 'Indie Flower', cursive;
}