Display the destination, the hours, and finally the minutes inside the f-string.
Make sure to pick {destination}, followed by {hours}, and finally {minutes}.
{destination}
{hours}
{minutes}