I agree, it is kinda weird. For anyone curious, the relevant css property on the site is:
body {
font-size: 2vw;
}
This sets font size to be 2% of the viewport width, which means if the text is too big you can try resizing the browser window to be narrower to make the text smaller.