<style>
html {
scroll-padding-top: 100vh;
}
@font-face {
font-family: 'Miss Kindy';
src: url('https://file.garden/ZRgh3nzfnhFDJvPp/KGMissKindyChunky.ttf') format('truetype');
}

@font-face {
font-family: 'Daily Note';
src: url('https://file.garden/ZRgh3nzfnhFDJvPp/Daily%20Note.otf') format('opentype');
}

:root {
--theme-color1: white;
--theme-color2: black;
--theme-color3: dimgray;
}

body {
background: var(--theme-color1) !important;
}

*:not(body) {
font-family: 'Miss Kindy';
}

main {
max-width: 625px !important;
}

.tab-container {
padding: 0 !important;
border: 3px solid var(--theme-color2) !important;
border-radius: 20px !important;
background: transparent !important;
Cancel
Delete