body {
  background-color: black;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
  color: lightblue;
}

h1 {
  font-weight: 800;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

h2 {
  text-align: center;
  color: #545454;
  font-size: 24px;
  margin-top: 0;
}

form {
  display: flex;
}

input[type="text"] {
  background-color: #000000;
  border-radius: 20px;
  border: none;
  color: #afafaf;
  padding: 10px 20px;
  margin: 10px 0;
  width: 300px;
}

input[type="text"]:focus {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  position: relative;
  left: -100px;
}

.container {
  max-width: 500px;
  margin: 60px auto;
  padding: 30px;
  background-color: #191818;
  border-radius: 8px;
  color: white;
}

.gift {
  width: 400px;
  border-radius: 6px;
  padding: 10px 25px;
  margin: 0 auto;
  background-color: #000000;
}

.gift-hint {
  opacity: 0.6;
}

.gift strong {
  color: lightblue;
}

.loading {
  text-align: center;
}

#search {
  display: block;
  margin: 20px auto;
}

footer {
  text-align: center;
  font-size: 12px;
  color: #545454;
}
