body{
  margin:0;
  font-family: Arial;
  background:#0f172a;
  color:white;
}

.app{
  max-width:800px;
  margin:auto;
  padding:20px;
}

h1{
  text-align:center;
}

#search{
  width:100%;
  padding:16px;
  font-size:18px;
  border:none;
  border-radius:12px;
  outline:none;
  margin-bottom:10px;
}

#count{
  margin-bottom:10px;
  color:#94a3b8;
}

.street{
  background: rgba(255,255,255,0.08);
  padding:14px;
  border-radius:12px;
  margin-bottom:8px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.btn{
  background:#22c55e;
  border:none;
  padding:8px 12px;
  border-radius:10px;
  cursor:pointer;
  color:white;
  font-weight:bold;
}