.title {
    color: #101418;
    font-family: "Linux Libertine", Georgia, Times, "Source Serif 4", serif;
    font-weight: 400;
    line-height: 40px;
    font-size: 29px;
}

.title2 {
    color: #101418;
    font-family: "Linux Libertine", Georgia, Times, "Source Serif 4", serif;
    font-weight: 400;
    line-height: 29px;
    font-size: 21px;
}

.subtitle {
    color: #101418;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 18px;
    font-size: 15px;
}
#mainDiv {
    color: #202122;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    overflow-wrap: break-word;
}

.img {
    height: auto;
    width: 100%;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
}

.references {
    color: #202122;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    font-style: normal;
}

.infobox {
    margin: 15px;
    box-sizing: border-box;
    font-family: sans-serif;
    max-width: 300px;
    max-height: fit-content;
    color: #dcddde;
    border: 1px solid #202122;
    border-radius: 0.1px;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 6px;
    float: right;
}
.infoboxtitle {
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 21px;
    font-size: 18px;
    font-style: normal;
    color: #000;
    margin: 2px;
}

.infoboxbold {
    font-family: sans-serif;
    font-weight: 700;
    line-height: 21px;
    font-size: 14px;
    font-style: normal;
    color: #000;
    text-align: left;
    display: table;
    background-color: #a8ccda;
    margin: 3px;
}

.infoboxtext {
    margin: 0.1px;
    font-family: sans-serif;
    color: black;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    vertical-align: top;
}

.infoboxtable {
    
    font-family: sans-serif;
    color: black;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.logo {
    color: #202122;
    max-width: 25%;
    min-width: 200px;
}

.stub {
    text-decoration-line: none;
    color: rgb(191, 60, 44);
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    font-style: italic;
}

.link {
    font-style: auto;
}