.goal-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 325px;
  background: #1d64c5;
}
.goal-notches-wrapper {
  margin-right: 30px;
  align-self: center;
}
.thermometer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thermometer-wrapper .glass {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: #e5e5e5;
  height: 300px;
  width: 25px;
  border-radius: 100px 100px 0 0;
  z-index: 5;
}
.glass-filler {
  background: #f34e54;
  width: 15px;
  height: 87.1%;
  margin-bottom: -5px;
  border-radius: 50px 50px 0 0;
}
.thermometer-wrapper .bulb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-top: -5px;
}
.bulb-filler {
  background: #f34e54;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
}
