h1 { font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-size: 26px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px;   text-align: center;  color: #1f8677}

h2 {  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-size: 22px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 40px;   text-align: center}

h3 { font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; color:#7c2425}

p { font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 25px; }

h5 { font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-size: 22px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 40px; text-align: center}


blockquote { font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; }

pre { font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

h4 {  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-size: 22px; font-style: normal; font-variant: normal; font-weight: bolder; line-height: 40px; }

h6 {  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-size: 22px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 10px;  text-align: center; color:#7c2425}
.h-list {
    display: flex;
}
.h-list > ul {
    display: flex;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
}
.h-list > ul > li {
    opacity: 0.8;
}
.h-list > ul > li:hover {
    opacity: 1;
}