
body { margin: 0; background: #efeee8; font-family: 'Montserrat' }
.topbar { display:flex; gap:12px; align-items:center; padding:10px 14px; border-bottom:1px solid #eee; }
main { padding: 16px; }
form { display:grid; gap:10px; max-width:320px; }
input, button { padding:10px; font-size:16px; }

button { cursor:pointer; }

.btn.danger{border-color:#c33;background:#fee;color:#900}
.btn.danger:hover{background:#fdd}

.site-footer {
  flex-shrink: 0;
  text-align: center;
  padding: 12px 16px;
  color: #000;            
  background: #fff; 
  border-top: 1px solid #eee;
  font-size: 5px;
}