h1, h2, h3, h4 ,h5, h6 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-family: Baskerville;
}

footer {
    background-color: bisque;
    background-image: url(bgimg/tree-svgrepo-com\(1\).svg),
                    url(bgimg/mountain-svgrepo-com.svg),
                    url(bgimg/hot-air-balloon-svgrepo-com.svg);
    padding: 0.01rem 1rem 1rem 1rem;

    background-size: 75px,
    180px,
    75px;

    background-repeat: repeat-x,
    no-repeat,
    no-repeat;

    background-position: bottom,
    70px 100px,
    200px 0px;
}

main {
    padding: 1rem;
}

aside {
    padding: 1rem 1rem 1.2rem 1rem;
    background-color: rgb(235, 255, 226);
}
header {
    margin: 1rem;
}
a:link {
    color: rgb(0, 162, 255);
    text-decoration: none;

}
a:visited {
    color: rgb(18, 65, 165);
}
a:hover {
    color:rgb(255, 133, 245);
    text-decoration: underline;

}
a:active {
    color:magenta;
}
main a:link {
    color:#444;
    text-decoration: none;
}
main a:visited {
    color: #7f7e7e;
}
main a:hover {
    color: rgb(40, 40, 40);
    text-decoration: none;
}
main a:active {
    color: magenta;
}
h1 { font-size: 2em; }
h2 { font-size: 1.7818em; }
h3 { font-size: 1.5874em; }
h4 { font-size: 1.4142em; }
h5 { font-size: 1.2599em; }
h6 { font-size: 1.1225em; }
p { font-size: 1em; margin-bottom: 1rem; }
ul {
    list-style-type: disc;
    margin: 0rem 0rem 0rem 1.5rem;
}

li {
    margin: 0rem 0rem 0.25rem 0rem;
}
footer ul {
    background-color: rgba(32, 32, 32, 0.555);
    padding: 1rem;
    width: fit-content;
    list-style-type: none;
    margin: 0;
}
footer a:link {
    color: rgb(127, 229, 255);
    text-decoration: none;

}
footer a:visited {
    color: rgb(132, 185, 255);
}
footer a:hover {
    color:rgb(255, 133, 245);
    text-decoration: underline;

}
footer a:active {
    color:magenta;
}