html, body {
    height: 100%;
    background-image: url(../images/abstract-art-artistic-673648.jpg);
    background-position: right;
    background-size: cover;
}
* {
    font-family: 'Cute Font', cursive;
    font-size: 1.1em;
}
header, footer {
    text-align: center;
    background-color: #fcc5f9
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.3em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

.container {
    background-color: #ffffffbb
}

ul li {
    line-height: 1;
}

.bug-image {
    max-width: 3.8em;
    max-height: 3em;
}

footer {
    position: sticky;
    top: 100%;
}