/** @format */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: -apple-system, sans-serif;
    letter-spacing: -0.5px;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 16px;
}

body {
    background-color: rgb(241, 241, 241);
    display: flex;
    align-items: center;
    justify-content: center;
}

body > div {
    width: 100%;
    aspect-ratio: 414 / 56;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    text-wrap: nowrap;
}

body > div > span {
    font-style: italic;
}
