body {
            background-color: #fff4d5;
            font-family: Arial, Helvetica, sans-serif;
        }

header {
    background-color: #085b23;
}

h1 {
    background-color: #085b23;
    color: #f9f9f5;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
    background-color: #085b23;
    color: #f9f9f5;
}

span {
    background-color: #cba960;
    font-size: large;
}

.blue-dolphins {
    background-color: #36cee6;
    color: #000000;
    font-weight: bolder;
    font-size: xx-large;
}

.intro-heading-dolphin {
    background-color: #0d3f6a;
}

#dolphin-header {
    background-color: #0d3f6a;
}

.body-blue-dolphins {
    background-color: #36cee6;
    color: #000000;
    font-size: large;
}

#ostrich-header {
    background-color: #9e7723;
}

.intro-heading-ostrich {
    background-color: #9e7723;
}

.brown-ostriches {
    background-color: #f0db1e;
    color: #000000;
    font-weight: bolder;
    font-size: xx-large;
}

.body-brown-ostriches {
    background-color: #f0db1e;
    color: #000000;
    font-size: large;
}

#butterfly-header{
    background-color: #7e0a85;
}

.intro-heading-butterfly {
    background-color: #7e0a85;
}

.pretty-butterflies {
    background-color: #ce96e4;
    color: #000000;
    font-weight: bolder;
    font-size: xx-large;
}

.body-pretty-butterflies {
    background-color: #ce96e4;
    color: #000000;
    font-size: large;
}

#fox-header {
    background-color: #bf370a;
}

.intro-heading-fox {
    background-color: #bf370a;
}

.orange-fox {
    background-color: #e88e56;
    color: #000000;
    font-weight: bolder;
    font-size: xx-large;
}

.body-orange-fox {
    background-color: #e88e56;
    color: #000000;
    font-size: large;
}

#husky-header{
    background-color: #2a262a;
}

.intro-heading-husky {
    background-color: #2a262a;
}

.grey-husky {
    background-color: #cccbcb;
    color: #000000;
    font-weight: bolder;
    font-size: xx-large;
}

.body-grey-husky {
    background-color: #cccbcb;
    color: #000000;
    font-size: large;
}

#chameleon-header {
    background-color: #09a825;
}

.intro-heading-chameleon {
    background-color: #09a825;
}

.green-chameleon {
    background-color: #9ee45d;
    color: #000000;
    font-weight: bolder;
    font-size: xx-large;
}

.body-green-chameleon {
    background-color: #9ee45d;
    color: #000000;
    font-size: large;
}