@font-face {
    font-family: 'Aptos';
    src: url('../fonts/Aptos.ttf') format('truetype');
}

body {
    font-size: 14pt;
    font-family: 'Aptos' !important;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fcfcfc;
    color: black;
    overflow-y: scroll;
}

.header {
    font-size: 22pt;
}

.text-align-center {
    text-align: center;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.footer {
    text-align: center;
}

.outer-quote {
    border-radius: 14px;
    border: 4px solid black;
}

.description {
    border-bottom: 2px solid black;
    margin-bottom: 4px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 4px;
}

.description-no-underline {
    margin-bottom: 2px;
    font-weight: bold;
    padding-top: 2px;
}

.inner-quote {
    border-radius: 14px;
    padding: 4px 10px;
}

.container-quote {
    border-top: 2px solid black;
    border-bottom: 4px solid black;
    border-left: 4px solid black;
    border-right: 4px solid black;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    font-size: 14pt;
    display: flex;
}

img {
    max-width: 100%;
}

    img.img-style {
        border-bottom: 4px solid black;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    img.img-style-about {
        border: 4px solid black;
        border-radius: 10px;
    }

a {
    color: #f69c1e;
}

.div-text-bubble {
    border-radius: 14px;
    font-size: 14pt;
    padding: 2px 8px;
}

.header-1 {
    font-size: 16pt;
    border-bottom: 2px solid black;
    margin-bottom: 2px;
    font-weight: bold;
    padding-top: 4px;
}

.header-2 {
    font-size: 16pt;
    margin-bottom: 2px;
    font-weight: bold;
    padding-top: 4px;
}

.image-text-group {
    border-radius: 14px;
    border: 4px solid black;
}

.table-style {
    margin-right: 6px;
}

@media screen and (max-width: 720px) {
    .table-style {
        margin-right: 0;
    }
}