.html {
    width: 800px;
    display: block;
    background-color: #F0F2F8;
    padding: 48px 148px;
    padding-bottom: 0;
}

.body {
    width: 100%;
    justify-items: center;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /* vertical-align: baseline; */
    background: transparent;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #272727;
    /* font-family: 'Stem'; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    width: fit-content;
    height: fit-content;
    text-align: center;
    line-height: 100%;
}

h1,
h2 {
    font-size: 30px;
}

h2 {
    font-weight: 400;
}

h2>span {
    font-weight: 600;
}

h5 {
    font-size: 16px;
    font-weight: 350;
    opacity: 0.4;
}

h6 {
    font-size: 16px;
    font-weight: 350;
}

span {
    color: inherit;
}

a {
    text-decoration: none;
}

tr {
    display: block;
}

.anysection {
    background: radial-gradient(white, rgba(255, 255, 255, 0.7));
    width: 100%;
    display: block;
    border-radius: 16px;
    padding: 32px;
}

.section1 {
    padding: 8px 20px;
}

.section1>* {
    opacity: 0.6;
}

.section2 {
    padding: 16px;
}

.section2>div>h6 {
    text-align: start;
}

.date-square {
    color: white;
    border-radius: 16px;
    width: 92px;
    height: 92px;
    min-width: 92px;
    max-width: 92px;
    min-height: 92px;
    max-height: 92px;
    background-color: #9496E8;
    padding: 16px 16px;
}

.date-square>h1 {
    color: inherit;
    height: 32px;
}

.card-title {
    padding-bottom: 36px;
}

.date-square>h1>span {
    font-size: 16px;
    height: 12px;
}

.section4>td>h2 {
    text-align: start;
}

.section4>td>*[warning="true"] {
    background: radial-gradient(#FDA0A0, rgba(253, 160, 160, 0.7));
    padding: 10px 20px;
    border-radius: 16px;

    font-size: 14px;
}

.link-whatsapp {
    background-color: #272727;
    padding: 16px;
    border-radius: 16px;
    width: 100%;
    display: block;
}

.link-whatsapp>div {
    padding-top: 24px;
    font-weight: 500;
    font-size: 30px;
    color: white;
    line-height: 24px;
}

.section5>h2,
.section5>h5 {
    text-align: start;
}

.section6 {
    padding: 30px 0 0 0;
}

.section6>h2,
.section6>h5 {
    text-align: start;
    margin-left: 30px;
    margin-right: 30px;
}

.link-telegram {
    background-color: #9496E8;
    padding: 16px;
    border-radius: 16px;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    height: 80px;
    display: block;
}

.link-telegram>div {
    padding-top: 24px;
    font-weight: 500;
    font-size: 30px;
    color: white;
    line-height: 24px;
}