@font-face {
    font-family: 'ArialRounded';
    src: url('Arial_Rounded_MT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialRounded';
    src: url('Arial-Rounded-MT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    background-color: #dbecf0;
    color: rgb(84, 28, 31);
    font-family: 'ArialRounded', sans-serif;
    letter-spacing: 0.2px;
    margin: 0;
}

footer {
    background-color: #ba4949;
    color: white;
    padding: 56px 24px 72px 24px;
    text-align: center;
}

footer p {
    font-size: 14px;
}

header {
    background-color: #ba4949;
    color: white;
    padding: 24px 24px 8px 24px;
}

header p {
    font-size: 24px;
    line-height: 32px;
    padding: 16px 0 40px 0;
}

header em {
    color: white;
}

h1 {
    font-size: 44px;
    letter-spacing: 0.8px;
    line-height: 48px;
    margin: 0;
}

h2 {
    font-size: 28px;
    margin: 0;
}

h3 {
    font-size: 28px;
    margin: 0;
}

h2:after {
    content: '';
    border-bottom: 4px solid #f05b56;
    display: block;
    opacity: 0.6;
    padding-top: 8px;
    width: 24px;
}

blockquote {
    font-size: 22px;
}

p {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}

em {
    font-style: normal;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-style: dotted;
}

img {
    border-radius: 8px;
    max-width: 100%;
}

section {
    background-color: white;
    border-bottom-style: dotted;
    border-bottom-color: #eee;
    border-bottom-width: 8px;
    padding: 56px 24px;
}

section h2 {
    padding-bottom: 24px;
}

section p {
    line-height: 56px;
}

section p:first-of-type {
    padding-top: 0;
}

section em {
    color: rgb(219, 82, 77);
}

section ul {
    list-style: none;
    margin: 32px 0 48px 0;
    padding: 0;
}

section h3 {
    margin: 48px 0 48px 0;
}

section ul li {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0px 80px rgba(219, 82, 77, 0.4);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 30px;
    padding: 26px 24px;
}

section ul li:first-child {
    margin-top: 0;
}

section ul li::before {
    content: '✔';
    color: #228B22;
    font-size: 34px;
    margin-right: 8px;
}

section a.cta {
    margin-top: 40px;
}

a.cta {
    background-color: rgb(60, 186, 97);
    border-radius: 32px;
    color: white;
    display: block;
    font-size: 26px;
    font-weight: 600;
    padding: 16px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, background-color 0.2s;
}

a.cta:hover {
    background-color: rgb(50, 166, 87);
    transform: scale(1.05);
}

.container {
    max-width: 500px;
    margin: 0 auto;
}

div.img {
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.img.headline {
    background-image: url('headline.webp');
}