html,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #f4e3b5;
}

html,
body {
    height: 100%;
    width: 100%;
}

* {
    box-sizing: border-box;
}

svg text {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
