
html, body { scroll-behavior: smooth; }
input, select, textarea { outline: none; }
button, a { transition: opacity .15s ease; }
button:hover, a:hover { opacity: .95; }
.center { display:grid; place-items:center; min-height:60vh; }
.hidden { display: none; }
