body{
  background-color:black;
}
#uv-form {
  text-align: center;
  margin: 20px auto; 
  max-width: 400px; 
}

/* eh */
#uv-address {
  padding: 10px; 
  border: none;
  border-radius: 5px;
  font-size: 16px;
  width: 100%; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color:#111;
  color: #fff;
}

#uv-address::placeholder {
  color: white; 
  opacity: 0.7; 
}
#uv-search-engine {
  display: none; 
}
