
@font-face {
    font-family: 'SeasonSans-Regular';
    src: url('SeasonSans-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SeasonSans-RegularItalic';
    src: url('SeasonSans-RegularItalic.ttf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'SeasonSans-Bold';
    src: url('SeasonSans-Bold.ttf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SeasonSans-BoldItalic';
    src: url('SeasonSans-BoldItalic.ttf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

body {
    min-height: 800px;
    /* border: 4px solid black; */
    /* margin: 1px;
    padding: 10px; */
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #e9e9e9;
    font-family: 'SeasonSans-Regular', sans-serif;
    font-size: 11pt;
}
h1 {
    font-family: 'SeasonSans-Bold', sans-serif;
    font-size: 35pt;
    color: #024528;
    margin-top: 0px;
    margin-bottom: 0px;
}
h2 {
    font-family: 'SeasonSans-Bold', sans-serif;
    font-size: 15pt;
    color: #024528;
    margin: 0px;
}
li {
    margin-bottom: 5px;
}
table, tr, td {
    text-align: left;
    vertical-align: center;
}
.fodnote {
    display: inline-flex;
    margin: 0px;
    font-size: 8pt;
}   
/* a {
    display: inline;
    white-space: normal; 
} */
 .whitelist {
    align-self: center;
    width:80%;
    font-size: 12pt;
    list-style: none;
    background-color:palegreen;
    border: 1px solid green;
    /* background-color:palegoldenrod;
    border: 1px solid goldenrod; */
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;;
    border-radius: 20px;
    line-height: 25px;
    margin-bottom: 30px;;
}

.box {
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-bottom: 20px;
    width: 100%; 
}
.plaque {
    justify-content: flex-start;
    align-items: start;
    background-color: white;
    width: 40%;
    min-width: 600px;
    padding: 20px;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.heading {
    display: block;
    text-align: center;
    width: 100%;
}