body {
    font-family: 'Lato', sans-serif;
    max-width: 432px;
    margin: 0 auto;
    padding: 54px 90px;
    background-color: #ffffff;
}
h1 {
    font-size: 14px;
    color: #f75d5d;
    font-weight: 700;
    margin-bottom: 10px;
}
h2 {
    font-size: 9px;
    color: #666666;
    margin-bottom: 10px;
}
h3 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
}
p {
    font-size: 10px;
    margin-bottom: 10px;
}
.title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.subtitle {
    font-size: 9px;
    color: #999999;
    margin-bottom: 10px;
}
.highlight {
    color: #f75d5d;
}
.italic {
    font-style: italic;
}