@import url('https://fonts.cdnfonts.com/css/jetbrains-mono-2');

* { box-sizing: border-box; margin: 0; font-family: 'JetBrains Mono', sans-serif }
body { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; background: #EAEAE7 }
h1 { font-size: 1.75rem; font-weight: 600; margin-bottom: 5px }
h2 { font-size: 1.2rem; margin-bottom: 40px; font-weight: 400 }
small { font-size: 1rem }
#logo { margin-bottom: 30px }
a { max-width: 25px; max-height: 25px; display: flex; align-items: center; justify-content: center; margin-top: 20px }