@font-face {
    font-family: "RuckuZDoodle";
    src:
        url("../assets/Halykitty-q2a75.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    size-adjust: 131%;
}

html,
body,
button,
input,
textarea,
select,
option,
code,
pre,
[contenteditable="true"] {
    font-family:
        "RuckuZDoodle",
        Arial,
        sans-serif;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background:
        url("../bg/paper.png")
        repeat;
    background-size: 512px;
}
