body {
  color: black;
  text-align: center;
font-size: clamp(17px, calc(24px - 1vw), 20px);
background-color: white;
}



#color-picker {
    user-select: none;
    cursor: pointer;
}