* {
    font-family: "Poppins", sans-serif;
}

body {
    overflow: scroll;
    user-select: none;
}

#app {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

h1 {
    font-size: 2em;
    padding: 8px 0;
}

h2 {
    font-size: 1.5em;
    padding: 8px 0;
}

.tiny {
    font-size: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}