/*
Theme Name: Colour Sorter Child
Template: twentytwentyfive
Version: 1.0
*/

@import url("../twentytwentyfive/style.css");

#bottle-game {
  display: flex;
  gap: 16px;
  margin: 40px auto;
  justify-content: center;
}
.bottle {
  width: 60px;
  height: 200px;
  border: 2px solid #ccc;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  background: #f5f5f5;
}
.liquid {
  height: 25%;
  width: 100%;
}
