/* Style Definitions */
p.MsoNormal,
li.MsoNormal,
div.MsoNormal {
    margin-right: 0pt;
    text-indent: 0pt;
    margin-top: 0pt;
    margin-bottom: 6.0pt;
    line-height: 119%;
    text-align: left;
    font-family: Calibri;
    font-size: 10.0pt;
    color: black;
}

p.MsoBodyText,
li.MsoBodyText,
div.MsoBodyText {
    margin-right: 0pt;
    text-indent: 0pt;
    margin-top: 0pt;
    margin-bottom: 7.0pt;
    line-height: 112%;
    text-align: center;
    font-family: Garamond;
    font-size: 20.0pt;
    color: black;
}

ol {
    margin-top: 0in;
    margin-bottom: 0in;
    margin-left: -2197in;
}

ul {
    margin-top: 0in;
    margin-bottom: 0in;
    margin-left: -2197in;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: #7DB5B5;
}

.image-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.image-container span {
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
}

a img:hover {
    opacity: 0.8;
}

a img:active {
    transform: scale(1.1);
}

.flex-item {
    width: 110px;
    height: 110px;
    padding-top: 55px;
    margin-left: -50px;
    margin-right: -50px;
}

.flex-container-side {
    display: flex;
    justify-content: center;
}

.flex-item-small {
    width: 48px;
    height: 48px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.absolute-position {
    position: absolute;
    /* Other styles */
}

.relative-container {
    position: relative;
}

/* Styles for smaller screens */
@media (max-width: 767px) {

    html,
    body {
        transform: scaleX(.75) scaleY(.75);
    }
}

/* Styles for larger screens */
@media (min-width: 768px) {

    html,
    body {
        transform: scaleX(1) scaleY(1);
    }
}