html { overflow-y: auto; }
body { min-height: 100vh; min-width: 100vw; display: flex; }
.container { display: flex; flex-direction: column; justify-content: center;}
.disclaimer { position: fixed; left: 0; right: 0; bottom: 6px; font-size: 12px; color: #888; text-align: center; background: white; }

.introduction { text-align: center; margin-bottom: 32px; }
.postcode-form { display: flex; align-items: end; justify-content: center; }

.description { margin-top: 8px; font-style: italic; }

.feedback { text-align: center; }
.feedback .button { color: #44f; vertical-align: baseline; }
.feedback .button:hover { background-color: #def; }
