html {
    font-family: "jaf-facitweb", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    line-height: 1.4;
    box-sizing: border-box;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
}

body {
    background-color: #E02B4E;
}

svg {
    fill: #FFFFFF;
}

h1 {
    font-weight: bold;
    line-height: 1.3;
    font-size: 48px;
    margin: 0 0 20px 0;
}

p {
    margin: 0 0 14px;
}

