body {
  margin: auto auto;
  background-color: #ebf5fc;
  font-size: 15px;
  color: #000;
  width: 980px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
  border: none;
}

.search_box {
  width: 80%;
  font-size: 24px;
  padding-top: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;
  color: #333;
}

.search_box:focus {
  border-color: #2a69a9;
}

.search_button {
  font-size: 20px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}

.search_button:hover {
  color: #2a69a9;
}

.search_button:focus {
  border-color: #2a69a9;
}

.countdown {
  font-size: 33px;
}

.logo {
  margin-top: 20%;
  margin-left: 10px;
}

.final_product {
  margin: auto auto;
  margin-top: 30px;
  font-size: 18px;
}

.footer {
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
}

.final_product_box {
  width: 360px;
  font-size: 24px;
  padding-top: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;
  color: #333;
}

.final_product_box:focus {
  border-color: #2a69a9;
}

.error {
  color: red;
  font-size: 18px;
  margin-top: 20px;
}

