
/* Center child elements */
counterbody,
.website-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



/* Styles for website counter container */
#counter {
 
 background-color: #008080;
  height: 40px;
  width: 80px;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  font-size: 26px;
  margin-top: 10px;
}

/* Styles for reset button */
#reset {
  margin-top: 20px;
  background-color: #008cba;
  cursor: pointer;
  font-size: 18px;
  padding: 8px 20px;
  color: white;
  border: 0;
}