body {
    background-color: rgb(39, 34, 34);
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    color: rgb(222, 222, 222);
    padding: 0.25in;
}

div.title {
    font-size: 36pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

div.policy {
    font-size: 14pt;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 36pt;
    border-style: solid;
    border-width: 1pt;
    border-color: darkgray;
    padding: 0.5in 0.5in 0.5in 0.5in;
}

div.support {
    font-size: 14pt;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 36pt;
    border-style: solid;
    border-width: 1pt;
    border-color: darkgray;
    padding: 0.5in 0.5in 0.5in 0.5in;
}

div.marketing {
    font-size: 14pt;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 36pt;
    border-style: solid;
    border-width: 1pt;
    border-color: darkgray;
    padding: 0.5in 0.5in 0.5in 0.5in;
}

div.section-title {
    font-style: italic;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 14pt;
    margin-top: 14pt;
}

div.body {
    font-size: 14pt;
    margin-bottom: 10pt;
}

div.signature {
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    margin-top: 24pt;
}

img.icon {
    text-align: center;
    width: 192px;
    height: 192px;
}

.gallery {
    display: flex;
    /* Arrange items in a row */
    gap: 16px;
    /* Space between items */
    justify-content: center;
    /* Center items on the page */
    flex-wrap: wrap;
    /* Wrap items to the next line if necessary */
}

figure {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}

figure img {
    width: 300px;
    height: auto;
    border-radius: 4%;
}

figcaption {
    font-weight: bold;
    font-size: 10pt;
    color: yellow;
}

li {
    font-size: 14pt;
    font-style: italic;
    margin-bottom: 10pt;
}

li.feature {
    font-style: normal;
}

li.sub {
    font-style: italic;
}

a {
    color: lightgreen;
}

a.other {
    font-size: 11pt;
    font-weight: bold;
    margin-left: 10%;
}

span.emphasis {
    font-weight: bold;
}

div.copy {
    font-size: 11pt;
    font-style: italic;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 6pt;
}

hr {
    color: lightblue;
}

table {
    width: 90%;
    margin-left: 0.5in;
}

td {
    width: 50%;
    text-align: center;
}
