body, div {
    margin: 0;
    padding: 0;
}

body {
    font-family: QT, sans-serif;
    text-align: center; 
    color: white;
    background-color: #bb0020;
    font-weight: 500;
}

.crown, .keep, .calm, .and, .carry, .on, .date {
    font-size: 9vh;
}

.crown {
    padding-top: 8vh;
}

.and, .date {
    font-weight: 600;
    font-size: 5vh;
}

.date {
    padding-top: 3vh;
}

em {
    font-weight: 400;
    font-style: normal;
}

.crown a {
    text-decoration: none;
}

p {
    max-width: 30em;
    font-size: 150%;
    text-align: left;
    margin: 0 auto;
}

p a {
    color: wheat;
}
