svg {
    width: 100%;
}

@media(min-width:97em) {
    html {
        font-size: 100%
    }
}

.strike {
    text-decoration: line-through;
}

.bolditalic {
    font-weight: bold;
    font-style: italic;
}