html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
}

a {
    text-decoration: none !important;
    color: #000;
}

.image-wrapper {
    padding: 15px 15px 0 15px;
}

.image-element {
    width: 100%;
    height: 50vh;
    object-position: center center;
    object-fit: cover;
    border-radius: 10px;
}

.logo-element {
    max-width: 250px;
    margin: auto;
    padding: 20px;
}

.title-element {
    padding: 15px;
    text-align: center;
}

/* START BG Color */
body {
    background-color: #d3d3d3;
}

/* START BG Color */


/* START Content Styling */
.content-wrapper {
    margin: 0 30px;
}

.content-element {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 30px 30px 0 30px;
    transform: translateY(-30px);
    max-width: 1000px;
}

.content-element div {
    padding-bottom: 30px;
    text-align: center;
}

/* END Content Styling */

.footer-wrapper {
    text-align: center;
    padding-bottom: 25px;
}

.legal-wrapper {
    padding: 25px;
}

/* START table styling */
.table-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: left;
}

.table-wrapper table tr td:first-child {
    padding-right: 20px;
}
/* END table styling */