@import "/UI/Styles/Theme.scss";
HillIndicator {
.hill {
position: absolute;
top: 90%;
left: 50%;
width: 48px;
height: 48px;
transform: translateX(-35px);
border: 3px solid black;
border-radius: 4px;
}
}