.circle
{ 
    background: transparent;
    width: 180px;
    height: 180px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60%;
    margin-left: 10%;
    font-size: 80px;
}

.pictureFont
{
  font-size: 25px;
}

.range-wrap {
    position:relative;
  }
.range {
  width: 100%;
}
.bubble {
  background: #00296D;
  color: white;
  padding: 4px 12px;
  position: relative;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.bubble::after {
  content: "";
  position: relative;
  width: 2px;
  height: 2px;
  background: #00296D;
  top: -1px;
  left: 50%;
}

body {
  margin: 2rem;
}


datalist{
  background-color: turquoise;
}
option{
  font-size: 20px;
}


.scrolling-wrapper{
	overflow-x: auto;
}
