html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

button, input[type="file"] {
    cursor: pointer;
}

div, h5 {
    margin: 10px 0;
}