I'm looking to adjust the spacing between my number and its top and bottom borders.
https://i.stack.imgur.com/UYFpX.png
Currently, the number takes up the full width but leaves empty space above and below it.
Any suggestions on how I can make it fill the height as well?
#number {
position: absolute;
color: white;
font-size: 14vmin;
border: 5px solid white;
}