html,
body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
body {
    font-family:
        "Boldonse",
        system-ui,
        -apple-system;

    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7d26760;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.emoji {
    font-size: 100px;
    text-align: center;
}
.label {
    text-align: center;
    font-size: 47px;
    margin-top: 0px;
    font-weight: 500;
}
